mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-13 20:03:19 +00:00
meson: Make docbook2man required if user requested doc
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
a3579c031e
commit
4412d151b6
@ -213,7 +213,7 @@ time_epoch = time_epoch.to_int()
|
||||
conf.set('TIME_EPOCH', time_epoch)
|
||||
|
||||
## Manpages.
|
||||
sgml2man = find_program('docbook2X2man', 'docbook2x-man', 'db2x_docbook2man', 'docbook2man', 'docbook-to-man', required: false)
|
||||
sgml2man = find_program('docbook2X2man', 'docbook2x-man', 'db2x_docbook2man', 'docbook2man', 'docbook-to-man', required: want_mans)
|
||||
docbook2man = find_program('docbook2man', required: false)
|
||||
|
||||
docconf = configuration_data()
|
||||
|
Loading…
Reference in New Issue
Block a user