From ee68c4597f3f50aa38251f0c74452f046b5e4782 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 26 Dec 2020 18:40:51 +0100 Subject: build: Add man_pages build options Check if xsltproc runs succesfully and fail otherwise Fixes #192 --- doc/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/meson.build') diff --git a/doc/meson.build b/doc/meson.build index 41c733e5..91c08fae 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -1,2 +1,5 @@ -subdir('man') +if get_option('man_pages') + subdir('man') +endif + subdir('reference') -- cgit v1.2.1