pgsql: doc: Move check-tabs target into html target - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Move check-tabs target into html target
Date
Msg-id E1VURxf-0004Qk-W0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Move check-tabs target into html target

The previous plan of having the check-tabs target a prerequisite of
"all" and "distprep" caused make distcheck to fail because make -q
distprep would never be satisfied.  Put check-tabs into the html target
instead, so it is only called when a build actually happens.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/956f2db49006ea236994c61b0fe31759e2304a24

Modified Files
--------------
doc/src/sgml/Makefile |    5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix table column number declaration
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Use $(PERL) to invoke duplicate_oids