2
2
#
3
3
# PostgreSQL documentation makefile
4
4
#
5
- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.84 2006/12/10 20:46:03 petere Exp $
5
+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.85 2006/12/15 01: 20:59 momjian Exp $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -137,19 +137,28 @@ features-unsupported.sgml: $(top_srcdir)/src/backend/catalog/sql_feature_package
137
137
JADE.tex.call =$(JADE ) $(JADEFLAGS ) $(SGMLINCLUDE ) $(CATALOG ) -d$(srcdir ) /stylesheet.dsl -t tex -V tex-backend -i output-print
138
138
139
139
% -A4.tex-ps :% .sgml$(ALLSGML ) stylesheet.dsl
140
+ # multiple runs are necessary to create proper index entries
141
+ $(JADE.tex.call ) -V texdvi-output -V' %paper-type%' =A4 -o$@ $<
140
142
$(JADE.tex.call ) -V texdvi-output -V' %paper-type%' =A4 -o$@ $<
141
143
142
144
% -US.tex-ps :% .sgml$(ALLSGML ) stylesheet.dsl
145
+ # multiple runs are necessary to create proper index entries
146
+ $(JADE.tex.call ) -V texdvi-output -V' %paper-type%' =USletter -o$@ $<
143
147
$(JADE.tex.call ) -V texdvi-output -V' %paper-type%' =USletter -o$@ $<
144
148
145
149
% -A4.tex-pdf :% .sgml$(ALLSGML ) stylesheet.dsl
150
+ # multiple runs are necessary to create proper index entries
151
+ $(JADE.tex.call ) -V texpdf-output -V' %paper-type%' =A4 -o$@ $<
146
152
$(JADE.tex.call ) -V texpdf-output -V' %paper-type%' =A4 -o$@ $<
147
153
148
154
% -US.tex-pdf :% .sgml$(ALLSGML ) stylesheet.dsl
155
+ # multiple runs are necessary to create proper index entries
156
+ $(JADE.tex.call ) -V texpdf-output -V' %paper-type%' =USletter -o$@ $<
149
157
$(JADE.tex.call ) -V texpdf-output -V' %paper-type%' =USletter -o$@ $<
150
158
151
159
% .dvi :% .tex-ps
152
160
@rm -f$* .aux$* .log
161
+ # multiple runs are necessary to create proper index entries
153
162
jadetex$<
154
163
jadetex$<
155
164
jadetex$<
@@ -160,6 +169,7 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
160
169
161
170
% .pdf :% .tex-pdf
162
171
@rm -f$* .aux$* .log$* .out
172
+ # multiple runs are necessary to create proper index entries
163
173
pdfjadetex$<
164
174
pdfjadetex$<
165
175
pdfjadetex$<