File tree Expand file tree Collapse file tree 5 files changed +14
-0
lines changed
test cases/frameworks/10 gtk-doc Expand file tree Collapse file tree 5 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ png = configure_file (input : ' baz.png.in' ,
2+ output : ' baz.png' ,
3+ copy : true )
4+
15gnome.gtkdoc(' foobar' ,
26 src_dir : [inc, ' .' ],
37 main_sgml : ' foobar-docs.sgml' ,
48 content_files : [docbook, version_xml],
59 dependencies : foo_dep,
10+ html_assets : [' baz.jpg' , png],
611 # Manually written types file for regression test:
712 # https://github.com/mesonbuild/meson/issues/8744
813 gobject_typesfile : ' foobar.types' ,
Original file line number Diff line number Diff line change 1+ types = configure_file (input : ' ../foobar1/foobar.types' ,
2+ output : ' foobar.types' ,
3+ copy : true
4+ )
5+
16gnome.gtkdoc(' foobar2' ,
27 src_dir : inc,
38 main_sgml : ' foobar-docs.sgml' ,
49 content_files : [docbook, version_xml],
10+ gobject_typesfile : types,
11+ dependencies : foo_dep,
512 install : true ,
613 install_dir : ' foobar2' )
Original file line number Diff line number Diff line change 22 "installed" : [
33 {"type" : " file" , "file" : " usr/include/foo-version.h" },
44 {"type" : " file" , "file" : " usr/share/gtk-doc/html/foobar/BAR.html" },
5+ {"type" : " file" , "file" : " usr/share/gtk-doc/html/foobar/baz.jpg" },
6+ {"type" : " file" , "file" : " usr/share/gtk-doc/html/foobar/baz.png" },
57 {"type" : " file" , "file" : " usr/share/gtk-doc/html/foobar/foobar.devhelp2" },
68 {"type" : " file" , "file" : " usr/share/gtk-doc/html/foobar/foobar.html" },
79 {"type" : " file" , "file" : " usr/share/gtk-doc/html/foobar/FooObj.html" },
You can’t perform that action at this time.
0 commit comments