From: Peter Eisentraut 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: recoveryinfrav9~350 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=01a20287fada6fea903831d9c3f76c09f6022e96;p=users%2Fsimon%2Fpostgres.git 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 2121d00dcd..2e833ed984 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -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