summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-02-20 12:15:33 +0200
committerMart Raudsepp <leio@gentoo.org>2020-02-20 12:24:12 +0200
commit23f54c2a1e8718e836224d68dafded091604a677 (patch)
tree82b0e4c0405841662a453f3d5d0060ba6fa3a0ff /doc
parentc9ff74d48ab5a794c2703aa5abd4ff53ee4c4b38 (diff)
downloadgupnp-23f54c2a1e8718e836224d68dafded091604a677.tar.gz
build: Always build gupnp-binding-tool manpage
manpage generation shouldn't be dependent on gtk_doc option
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 478650b..b71b657 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -4,6 +4,7 @@ version_xml = configure_file(input: 'version.xml.in',
output: 'version.xml', configuration:
entities)
+if get_option('gtk_doc')
gnome.gtkdoc('gupnp',
main_xml : 'gupnp-docs.xml',
src_dir : [join_paths(meson.source_root(), 'libgupnp'),
@@ -26,6 +27,7 @@ gnome.gtkdoc('gupnp',
'gupnp-types-private.h'
],
install : true)
+endif
xsltproc = find_program('xsltproc', required: false)
if xsltproc.found()