summaryrefslogtreecommitdiff
path: root/meson.build
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 /meson.build
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 'meson.build')
-rw-r--r--meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index e0dce33..eb3c82d 100644
--- a/meson.build
+++ b/meson.build
@@ -31,15 +31,12 @@ dependencies = [
subdir('libgupnp')
subdir('tests')
subdir('tools')
+subdir('doc')
if get_option('vapi') and get_option('introspection')
subdir('vala')
endif
-if get_option('gtk_doc')
- subdir('doc')
-endif
-
if get_option('examples')
subdir('examples')
endif