|
2 | 2 | # |
3 | 3 | # PostgreSQL documentation makefile |
4 | 4 | # |
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 $ |
6 | 6 | # |
7 | 7 | #---------------------------------------------------------------------------- |
8 | 8 |
|
@@ -225,7 +225,7 @@ regress_README.html: regress.sgml |
225 | 225 | OSX = osx# (may be called sx or sgml2xml on some systems) |
226 | 226 | XSLTPROC = xsltproc |
227 | 227 |
|
228 | | -postgres.xml: postgres.sgml$(GENERATED_SGML) |
| 228 | +postgres.xml: postgres.sgml$(ALMOSTALLSGML) |
229 | 229 | $(OSX) -D. -x lower$<|\ |
230 | 230 | $(PERL) -p -e's/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;'\ |
231 | 231 | -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: |
301 | 301 | # print |
302 | 302 | rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot |
303 | 303 | # index |
304 | | -rm -f HTML.indexHTML.index.start$(GENERATED_SGML) |
| 304 | +rm -f HTML.index $(GENERATED_SGML) |
305 | 305 | # text |
306 | 306 | rm -f INSTALL HISTORY regress_README |
307 | 307 | # XSLT |
|