pgsql: Run missing documentation tools through "missing"

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Run missing documentation tools through "missing"
Date: 2014-09-14 00:23:22
Message-ID: E1XSxb8-0008Tl-9P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c2a01439c04404ad8b271f788188c807a3de67d1

Modified Files
--------------
configure | 43 +++++++++++++++++++++++++++++++++++++++++++
configure.in | 1 +
doc/src/sgml/Makefile | 14 ++++++++------
src/Makefile.global.in | 1 +
4 files changed, 53 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-09-14 01:02:03 pgsql: Invent PGC_SU_BACKEND and mark log_connections/log_disconnection
Previous Message Peter Eisentraut 2014-09-13 19:22:46 pgsql: pg_ctl: Add tests for behavior with nonexistent data directory