From: Peter Eisentraut <peter_e@gmx.net>
Date: Fri, 14 Nov 2008 10:43:59 +0000 (+0000)
Subject: Since doc/src/sgml already builds the HTML docs twice to resolve index
X-Git-Tag: REL8_4_BETA1~694
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e82501083b5d9e7d02fe0e099d70edcf8f793da;p=postgresql

Since doc/src/sgml already builds the HTML docs twice to resolve index
entries, we don't have to do two builds here as well.
---

diff --git a/doc/src/Makefile b/doc/src/Makefile
index 75b57ace17..5d9f75f07f 100644
--- a/doc/src/Makefile
+++ b/doc/src/Makefile
@@ -1,5 +1,5 @@
 # Postgres documentation makefile
-# $PostgreSQL: pgsql/doc/src/Makefile,v 1.34 2008/11/14 10:22:45 petere Exp $
+# $PostgreSQL: pgsql/doc/src/Makefile,v 1.35 2008/11/14 10:43:59 petere Exp $
 
 subdir = doc/src
 top_builddir = ../..
@@ -9,10 +9,7 @@ clean distclean maintainer-clean:
 	rm -f *.tar *.gz
 	$(MAKE) -C sgml $@
 
-# Build twice to resolve index entries
 postgres.tar:
-	$(MAKE) -C sgml clean
-	$(MAKE) -C sgml html
 	$(MAKE) -C sgml html JADEFLAGS='-V html-manifest'
 	cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css