aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-03-14 14:08:19 -0400
committerDavid Robillard <d@drobilla.net>2024-03-14 14:08:19 -0400
commite85a6342217997905db42de5bb66a597c4d690cf (patch)
tree0c644a7e8c6330669d3ff8e3de0e38f8581b954c
parent08fbc7f28dec908af4183fc8f48bf0080a9f02af (diff)
downloadserd-e85a6342217997905db42de5bb66a597c4d690cf.tar.gz
serd-e85a6342217997905db42de5bb66a597c4d690cf.tar.bz2
serd-e85a6342217997905db42de5bb66a597c4d690cf.zip
Decouple serdi man page installation from docs option
-rw-r--r--meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 1ee4caf2..4b01ff9c 100644
--- a/meson.build
+++ b/meson.build
@@ -228,6 +228,4 @@ if not get_option('tests').disabled()
subdir('test')
endif
-if not get_option('docs').disabled()
- subdir('doc')
-endif
+subdir('doc')