From c4f01f06187b96bb2e9d215da3954fac3ce1646a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 24 Feb 2019 14:13:07 +0200 Subject: Fixed failing build if manpage is disabled --- doc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1