]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/meson.build
meson: restore building of man pages on demand even if -Dman=false 7458/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 24 Nov 2017 13:00:29 +0000 (14:00 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 24 Nov 2017 13:00:29 +0000 (14:00 +0100)
commit559d215b6733bb46533a52080522a7feca183aa8
tree937f3004e047e48a9058d0b7db12f5d0189dc699
parent8a8a4b6e3e98db45b7890b2c13c8f9f16dfed7a4
meson: restore building of man pages on demand even if -Dman=false

I want to configure -Dman=false for speed, but be able to build a specific
man page sometimes to check my edits. Commit 5b316b9ea6c broke this by mistake.
Let's adjust the condition to better match the logic of disabling tests only
if xsltproc is really not found.
man/meson.build