From 7405f2cc8563a2ac4c5fae813b6e84173c13a56f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 20 Jul 2009 18:34:58 +0000 Subject: [PATCH] Small additional clean from the rearrangement of the HTML index build rules --- doc/src/sgml/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index b9d3925aed..7e1e113f14 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -2,7 +2,7 @@ # # PostgreSQL documentation makefile # -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.118 2009/07/14 22:16:38 petere Exp $ +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.119 2009/07/20 18:34:58 petere Exp $ # #---------------------------------------------------------------------------- @@ -225,7 +225,7 @@ regress_README.html: regress.sgml OSX = osx # (may be called sx or sgml2xml on some systems) XSLTPROC = xsltproc -postgres.xml: postgres.sgml $(GENERATED_SGML) +postgres.xml: postgres.sgml $(ALMOSTALLSGML) $(OSX) -D. -x lower $< | \ $(PERL) -p -e 's/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;' \ -e '$$_ .= qq{\n} if $$. == 1;' \ @@ -301,7 +301,7 @@ clean distclean maintainer-clean: # print rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot # index - rm -f HTML.index HTML.index.start $(GENERATED_SGML) + rm -f HTML.index $(GENERATED_SGML) # text rm -f INSTALL HISTORY regress_README # XSLT