blob: 7c81aa25427090c4d25c1bbe3bc0ec57578da1bc [file] [log] [blame]
project('custom-target-dir-install', 'c')
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'))