Skip to content

Commit d54ce51

Browse files
committed
Use clearer error message for gmake postgres.pdf:
Makefile:171: *** Invalid target; use postgres-A4.pdf or postgres-US.pdf as targets. Stop.
1 parent 164d255 commit d54ce51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
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 $
66
#
77
#----------------------------------------------------------------------------
88

@@ -162,13 +162,13 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
162162

163163
# PostScript from TeX
164164
postgres.ps:
165-
$(error Use "$(MAKE) postgres-A4.ps" or "$(MAKE) postgres-US.ps")
165+
$(error Invalid target; use postgres-A4.ps or postgres-US.ps as targets)
166166

167167
%.ps: %.dvi
168168
dvips -o $@ $<
169169

170170
postgres.pdf:
171-
$(error Use "$(MAKE) postgres-A4.pdf" or "$(MAKE) postgres-US.pdf")
171+
$(error Invalid target; use postgres-A4.pdf or postgres-US.pdf as targets)
172172

173173
%.pdf: %.tex-pdf
174174
@rm -f $*.aux $*.log $*.out

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy