summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/meson.build8
1 files changed, 2 insertions, 6 deletions
diff --git a/man/meson.build b/man/meson.build
index 0f0a6dd4..2c1396af 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -38,10 +38,6 @@ if rst2man.found()
install : true,
install_dir : join_paths(mandir, 'man1'))
endforeach
- build_info += 'Build man pages: true'
-else
- if build_man == 'yes'
- error('Cannot build man pages due to missing dependencies')
- endif
- build_info += 'Build man pages: false'
endif
+
+build_info += 'Build man pages: @0@'.format(rst2man.found())