Skip to content

Commit 7405f2c

Browse files
committed
Small additional clean from the rearrangement of the HTML index build rules
1 parent 5106bdc commit 7405f2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.118 2009/07/14 22:16:38 petere Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.119 2009/07/20 18:34:58 petere Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -225,7 +225,7 @@ regress_README.html: regress.sgml
225225
OSX = osx # (may be called sx or sgml2xml on some systems)
226226
XSLTPROC = xsltproc
227227

228-
postgres.xml: postgres.sgml $(GENERATED_SGML)
228+
postgres.xml: postgres.sgml $(ALMOSTALLSGML)
229229
$(OSX) -D. -x lower $< | \
230230
$(PERL) -p -e 's/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;' \
231231
-e '$$_ .= qq{<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">\n} if $$. == 1;' \
@@ -301,7 +301,7 @@ clean distclean maintainer-clean:
301301
# print
302302
rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot
303303
# index
304-
rm -f HTML.index HTML.index.start $(GENERATED_SGML)
304+
rm -f HTML.index $(GENERATED_SGML)
305305
# text
306306
rm -f INSTALL HISTORY regress_README
307307
# XSLT

0 commit comments

Comments
 (0)