pgsql: doc: Move check-tabs target into html target

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Move check-tabs target into html target
Date: 2013-10-11 01:56:15
Message-ID: E1VURxf-0004Qk-W0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-10-11 02:47:21 pgsql: Use $(PERL) to invoke duplicate_oids
Previous Message Robert Haas 2013-10-11 01:52:21 Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation