doc/meson.build: check both html_manual and manpages

Closes https://github.com/MusicPlayerDaemon/MPD/issues/960
This commit is contained in:
Max Kellermann 2020-09-30 12:10:24 +02:00
parent 362f391b76
commit 4ca2c33181
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if not get_option('html_manual')
if not get_option('html_manual') and not get_option('manpages')
subdir_done()
endif