22#
33# PostgreSQL documentation makefile
44#
5- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.129 2009/08/28 20:26:18 petere Exp $
5+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.130 2009/09/14 13:23:48 petere Exp $
66#
77# ----------------------------------------------------------------------------
88
@@ -134,7 +134,7 @@ features-unsupported.sgml: $(top_srcdir)/src/backend/catalog/sql_feature_package
134134
135135
136136# RTF to allow minor editing for hardcopy
137- % .rtf :% .sgml$(ALLSGML ) html
137+ % .rtf :% .sgml$(ALLSGML )
138138$(JADE ) $(JADEFLAGS ) $(SGMLINCLUDE ) $(CATALOG ) -d stylesheet.dsl -t rtf -V rtf-backend -i output-print -i include-index postgres.sgml
139139
140140# TeX
@@ -148,7 +148,7 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
148148% -A4.tex-ps% -A4.tex-pdf : JADE_PAPER=A4
149149% -US.tex-ps% -US.tex-pdf : JADE_PAPER=USletter
150150
151- % -A4.tex-ps% -US.tex-ps% -A4.tex-pdf% -US.tex-pdf :% .sgml$(ALLSGML ) html
151+ % -A4.tex-ps% -US.tex-ps% -A4.tex-pdf% -US.tex-pdf :% .sgml$(ALLSGML )
152152$(JADE.tex.call ) -V$(JADE_OUTPUT ) -V' %paper-type%' =$(JADE_PAPER ) -o$@ $<
153153
154154% .dvi :% .tex-ps
@@ -182,7 +182,7 @@ postgres.pdf:
182182# This generates an XML version of the flow-object tree. It's useful
183183# for debugging DSSSL code, and possibly to interface to some other
184184# tools that can make use of this.
185- % .fot :% .sgml$(ALLSGML ) html
185+ % .fot :% .sgml$(ALLSGML )
186186$(JADE ) $(JADEFLAGS ) $(SGMLINCLUDE ) $(CATALOG ) -d stylesheet.dsl -t fot -i output-print -i include-index -o$@ $<
187187
188188