mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Run missing documentation tools through "missing"
Instead of just erroring out when a tool is missing, wrap the call with the "missing" script that we are already using for bison, flex, and perl, so that the users get a useful error message.
This commit is contained in:
@@ -348,6 +348,7 @@ STRIP_SHARED_LIB = @STRIP_SHARED_LIB@
|
||||
|
||||
have_docbook = @have_docbook@
|
||||
COLLATEINDEX = @COLLATEINDEX@
|
||||
DBTOEPUB = @DBTOEPUB@
|
||||
DOCBOOKSTYLE = @DOCBOOKSTYLE@
|
||||
JADE = @JADE@
|
||||
NSGMLS = @NSGMLS@
|
||||
|
||||
Reference in New Issue
Block a user