diff options
author | Peter Eisentraut | 2009-07-20 18:34:58 +0000 |
---|---|---|
committer | Peter Eisentraut | 2009-07-20 18:34:58 +0000 |
commit | 7405f2cc8563a2ac4c5fae813b6e84173c13a56f (patch) | |
tree | 0d03e94962ceaab20d6704f1e78cd8ff2922a5ea /doc/src | |
parent | 5106bdc45040e4aeb033f0c7f9e48fd3c8944258 (diff) |
Small additional clean from the rearrangement of the HTML index build rules
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index b9d3925aed5..7e1e113f149 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{<!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: # 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 |