aboutsummaryrefslogtreecommitdiffstats
path: root/doc/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-10-09 15:48:18 -0400
committerDavid Robillard <d@drobilla.net>2022-01-28 21:57:29 -0500
commitea272b5e88c02117a2a3ef7e12d221bd196844dc (patch)
tree0ca284906b5c9678aee541e827a9ceb002d022c0 /doc/meson.build
parenta9f6180de5124f699963bd007daa810868f2c75a (diff)
downloadserd-ea272b5e88c02117a2a3ef7e12d221bd196844dc.tar.gz
serd-ea272b5e88c02117a2a3ef7e12d221bd196844dc.tar.bz2
serd-ea272b5e88c02117a2a3ef7e12d221bd196844dc.zip
Isolate man pages and build HTML versions with mandoc if possible
The HTML versions are mainly useful for generating the online documentation as part of a CI pipeline. They are installed anyway, which is redundant for systems with a man page reader, but handy elsewhere.
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 5555cfbb..870ff308 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -15,3 +15,4 @@ if not meson.is_subproject() and meson.version().version_compare('>=0.53.0')
summary('Documentation', build_docs, bool_yn: true)
endif
+subdir('man')