|
2 | 2 | #
|
3 | 3 | # PostgreSQL documentation makefile
|
4 | 4 | #
|
5 |
| -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.133 2009/10/06 20:00:44 petere Exp $ |
| 5 | +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.134 2009/12/30 13:48:52 petere Exp $ |
6 | 6 | #
|
7 | 7 | #----------------------------------------------------------------------------
|
8 | 8 |
|
@@ -143,13 +143,17 @@ features-unsupported.sgml: $(top_srcdir)/src/backend/catalog/sql_feature_package
|
143 | 143 |
|
144 | 144 | JADE.tex.call =$(JADE)$(JADEFLAGS)$(SGMLINCLUDE)$(CATALOG) -d$(srcdir)/stylesheet.dsl -t tex -V tex-backend -i output-print -i include-index
|
145 | 145 |
|
146 |
| -%-A4.tex-ps%-US.tex-ps : JADE_OUTPUT=texdvi-output |
147 |
| -%-A4.tex-pdf%-US.tex-pdf : JADE_OUTPUT=texpdf-output |
148 |
| -%-A4.tex-ps%-A4.tex-pdf : JADE_PAPER=A4 |
149 |
| -%-US.tex-ps%-US.tex-pdf : JADE_PAPER=USletter |
| 146 | +%-A4.tex-ps:%.sgml$(ALLSGML) |
| 147 | +$(JADE.tex.call) -V texdvi-output -V'%paper-type%'=A4 -o$@$< |
150 | 148 |
|
151 |
| -%-A4.tex-ps%-US.tex-ps%-A4.tex-pdf%-US.tex-pdf:%.sgml$(ALLSGML) |
152 |
| -$(JADE.tex.call) -V$(JADE_OUTPUT) -V'%paper-type%'=$(JADE_PAPER) -o$@$< |
| 149 | +%-US.tex-ps:%.sgml$(ALLSGML) |
| 150 | +$(JADE.tex.call) -V texdvi-output -V'%paper-type%'=USletter -o$@$< |
| 151 | + |
| 152 | +%-A4.tex-pdf:%.sgml$(ALLSGML) |
| 153 | +$(JADE.tex.call) -V texpdf-output -V'%paper-type%'=A4 -o$@$< |
| 154 | + |
| 155 | +%-US.tex-pdf:%.sgml$(ALLSGML) |
| 156 | +$(JADE.tex.call) -V texpdf-output -V'%paper-type%'=USletter -o$@$< |
153 | 157 |
|
154 | 158 | %.dvi:%.tex-ps
|
155 | 159 | @rm -f$*.aux$*.log
|
|