|
2 | 2 | # |
3 | 3 | # PostgreSQL documentation makefile |
4 | 4 | # |
5 | | -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.102 2007/12/05 10:06:08 petere Exp $ |
| 5 | +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.103 2007/12/14 13:20:30 momjian Exp $ |
6 | 6 | # |
7 | 7 | #---------------------------------------------------------------------------- |
8 | 8 |
|
@@ -161,9 +161,15 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl |
161 | 161 | jadetex $< |
162 | 162 |
|
163 | 163 | # PostScript from TeX |
| 164 | +postgres.ps: |
| 165 | +$(error Use 'gmake postgres-US.ps' or 'gmake postgres-A4.ps') |
| 166 | + |
164 | 167 | %.ps:%.dvi |
165 | 168 | dvips -o$@$< |
166 | 169 |
|
| 170 | +postgres.pdf: |
| 171 | +$(error Use 'gmake postgres-US.pdf' or 'gmake postgres-A4.pdf') |
| 172 | + |
167 | 173 | %.pdf:%.tex-pdf |
168 | 174 | @rm -f$*.aux$*.log$*.out |
169 | 175 | # multiple runs are necessary to create proper intra-document links |
|