doc/meson.build: check both html_manual and manpages
Closes https://github.com/MusicPlayerDaemon/MPD/issues/960
This commit is contained in:
parent
362f391b76
commit
4ca2c33181
|
@ -1,4 +1,4 @@
|
|||
if not get_option('html_manual')
|
||||
if not get_option('html_manual') and not get_option('manpages')
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue