diff options
author | Max Kellermann <max@musicpd.org> | 2020-09-30 12:10:24 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-09-30 12:11:20 +0200 |
commit | 4ca2c3318147f6521029e5f6b5f65a5f13fa92a5 (patch) | |
tree | 6e41834072672c935beeb6ec4ac84a6415a82a30 /doc | |
parent | 362f391b7656bc2b539e30b5097023e4fe88947c (diff) |
doc/meson.build: check both html_manual and manpages
Closes https://github.com/MusicPlayerDaemon/MPD/issues/960
Diffstat (limited to 'doc')
-rw-r--r-- | doc/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |