projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba2d278
)
Clarify which xml tools are missing in meson error message
author
Magnus Hagander
<magnus@hagander.net>
Thu, 11 Jan 2024 13:55:43 +0000
(14:55 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 11 Jan 2024 13:55:43 +0000
(14:55 +0100)
meson.build
patch
|
blob
|
blame
|
history
diff --git
a/meson.build
b/meson.build
index 57f9735feb06df09248a39f48d4af6b54aa1c4c5..c317144b6bc59e0012a5585c1c4c6a297c7e21e7 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-587,7
+587,7
@@
if not docs_opt.disabled()
if xmllint_bin.found() and xsltproc_bin.found()
docs_dep = declare_dependency()
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