|
2 | 2 | # |
3 | 3 | # PostgreSQL documentation makefile |
4 | 4 | # |
5 | | -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.104 2007/12/14 14:11:02 petere Exp $ |
| 5 | +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.105 2007/12/15 10:28:21 momjian Exp $ |
6 | 6 | # |
7 | 7 | #---------------------------------------------------------------------------- |
8 | 8 |
|
@@ -162,13 +162,13 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl |
162 | 162 |
|
163 | 163 | # PostScript from TeX |
164 | 164 | postgres.ps: |
165 | | -$(errorUse "$(MAKE)postgres-A4.ps" or"$(MAKE)postgres-US.ps") |
| 165 | +$(errorInvalid target; usepostgres-A4.ps or postgres-US.ps as targets) |
166 | 166 |
|
167 | 167 | %.ps:%.dvi |
168 | 168 | dvips -o$@$< |
169 | 169 |
|
170 | 170 | postgres.pdf: |
171 | | -$(errorUse "$(MAKE)postgres-A4.pdf" or"$(MAKE)postgres-US.pdf") |
| 171 | +$(errorInvalid target; usepostgres-A4.pdf or postgres-US.pdf as targets) |
172 | 172 |
|
173 | 173 | %.pdf:%.tex-pdf |
174 | 174 | @rm -f$*.aux$*.log$*.out |
|