From 4ca2c3318147f6521029e5f6b5f65a5f13fa92a5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Sep 2020 12:10:24 +0200 Subject: [PATCH] doc/meson.build: check both html_manual and manpages Closes https://github.com/MusicPlayerDaemon/MPD/issues/960 --- doc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/meson.build b/doc/meson.build index 02ffc7f9e..a67686483 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -1,4 +1,4 @@ -if not get_option('html_manual') +if not get_option('html_manual') and not get_option('manpages') subdir_done() endif