aboutsummaryrefslogtreecommitdiff
path: root/doc/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 868b8d5..26175ce 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -1,4 +1,4 @@
-asciidoctor = find_program('asciidoctor', required: get_option('manpage'))
+asciidoctor = find_program('asciidoctor', required: get_option('manpage'), disabler: true)
custom_target('manpage.7',
# list depend_files so the output can be updated if any of them are changed