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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
