blob: 53f0fe6e99454c0d198635de7dd72d74800ebfb9 [file] [log] [blame]
project('custom-target-dir-install')
docgen = find_program('docgen.py')
custom_target('docgen',
output : 'html',
command : [docgen, '@OUTPUT@'],
install : true,
build_by_default : false,
install_dir : join_paths(get_option('datadir'), 'doc/testpkgname'))