The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
314 B
13 lines
314 B
types = configure_file(input: '../foobar1/foobar.types', |
|
output: 'foobar.types', |
|
copy: true |
|
) |
|
|
|
gnome.gtkdoc('foobar2', |
|
src_dir : inc, |
|
main_sgml : 'foobar-docs.sgml', |
|
content_files : [docbook, version_xml], |
|
gobject_typesfile: types, |
|
dependencies: foo_dep, |
|
install : true, |
|
install_dir : 'foobar2')
|
|
|