mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 00:03:56 -04:00
Clarify which xml tools are missing in meson error message
This commit is contained in:
parent
ba2d2784f3
commit
544bcb5a5e
@ -587,7 +587,7 @@ if not docs_opt.disabled()
|
|||||||
if xmllint_bin.found() and xsltproc_bin.found()
|
if xmllint_bin.found() and xsltproc_bin.found()
|
||||||
docs_dep = declare_dependency()
|
docs_dep = declare_dependency()
|
||||||
elif docs_opt.enabled()
|
elif docs_opt.enabled()
|
||||||
error('missing required tools for docs in HTML / man page format')
|
error('missing required tools (xmllint and xsltproc needed) for docs in HTML / man page format')
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user