gobject_typesfile html_assets https://github.com/mesonbuild/meson/pull/9807pull/9828/head
parent
67bb25b246
commit
23bc0e6422
5 changed files with 14 additions and 0 deletions
@ -1,6 +1,13 @@ |
||||
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') |
||||
|
Loading…
Reference in new issue