2
2
#
3
3
# PostgreSQL documentation makefile
4
4
#
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 $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -134,7 +134,7 @@ features-unsupported.sgml: $(top_srcdir)/src/backend/catalog/sql_feature_package
134
134
135
135
136
136
# RTF to allow minor editing for hardcopy
137
- % .rtf :% .sgml$(ALLSGML ) html
137
+ % .rtf :% .sgml$(ALLSGML )
138
138
$(JADE ) $(JADEFLAGS ) $(SGMLINCLUDE ) $(CATALOG ) -d stylesheet.dsl -t rtf -V rtf-backend -i output-print -i include-index postgres.sgml
139
139
140
140
# TeX
@@ -148,7 +148,7 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
148
148
% -A4.tex-ps% -A4.tex-pdf : JADE_PAPER=A4
149
149
% -US.tex-ps% -US.tex-pdf : JADE_PAPER=USletter
150
150
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 )
152
152
$(JADE.tex.call ) -V$(JADE_OUTPUT ) -V' %paper-type%' =$(JADE_PAPER ) -o$@ $<
153
153
154
154
% .dvi :% .tex-ps
@@ -182,7 +182,7 @@ postgres.pdf:
182
182
# This generates an XML version of the flow-object tree. It's useful
183
183
# for debugging DSSSL code, and possibly to interface to some other
184
184
# tools that can make use of this.
185
- % .fot :% .sgml$(ALLSGML ) html
185
+ % .fot :% .sgml$(ALLSGML )
186
186
$(JADE ) $(JADEFLAGS ) $(SGMLINCLUDE ) $(CATALOG ) -d stylesheet.dsl -t fot -i output-print -i include-index -o$@ $<
187
187
188
188