From: Peter Eisentraut Date: Sun, 25 Nov 2001 22:17:27 +0000 (+0000) Subject: Fix comment X-Git-Tag: REL7_2_BETA4~175 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6840aa36654682a72a53d76d73bf5aba3bf997a4;p=users%2Fc2main%2Fpostgres.git Fix comment --- diff --git a/doc/src/Makefile b/doc/src/Makefile index 25ab93da08..955892404b 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -1,5 +1,5 @@ # Postgres documentation makefile -# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.27 2001/11/23 17:56:13 momjian Exp $ +# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.28 2001/11/25 22:17:27 petere Exp $ subdir = doc/src top_builddir = ../.. @@ -32,9 +32,9 @@ sources: sources.tar: $(TAR) -cf $@ sgml graphics +# Build twice to resolve index entries $(addsuffix .tar, $(BOOKS)): $(MAKE) -C sgml clean - # build index entries first $(MAKE) -C sgml $(basename $@).html $(MAKE) -C sgml $(basename $@).html JADEFLAGS='-V html-manifest' cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css