|
2 | 2 | # |
3 | 3 | # PostgreSQL documentation makefile |
4 | 4 | # |
5 | | -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.103 2007/12/1413:20:30 momjian Exp $ |
| 5 | +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.104 2007/12/1414:11:02 petere 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 | | -$(error Use'gmake postgres-US.ps' or'gmake postgres-A4.ps') |
| 165 | +$(error Use"$(MAKE) postgres-A4.ps" or"$(MAKE) postgres-US.ps") |
166 | 166 |
|
167 | 167 | %.ps:%.dvi |
168 | 168 | dvips -o$@$< |
169 | 169 |
|
170 | 170 | postgres.pdf: |
171 | | -$(error Use'gmake postgres-US.pdf' or'gmake postgres-A4.pdf') |
| 171 | +$(error Use"$(MAKE) postgres-A4.pdf" or"$(MAKE) postgres-US.pdf") |
172 | 172 |
|
173 | 173 | %.pdf:%.tex-pdf |
174 | 174 | @rm -f$*.aux$*.log$*.out |
|