From: Bruce Momjian Date: Fri, 23 Nov 2001 17:56:13 +0000 (+0000) Subject: Improve wording. X-Git-Tag: REL7_2_BETA4~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee587da6db93e065b0c67de236d2e256c2c2523c;p=postgresql Improve wording. --- diff --git a/doc/src/Makefile b/doc/src/Makefile index e841008972..25ab93da08 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -1,5 +1,5 @@ # Postgres documentation makefile -# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.26 2001/11/23 17:15:30 momjian Exp $ +# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.27 2001/11/23 17:56:13 momjian Exp $ subdir = doc/src top_builddir = ../.. @@ -34,7 +34,7 @@ sources.tar: $(addsuffix .tar, $(BOOKS)): $(MAKE) -C sgml clean - # make index entries first + # 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