Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd54ce51

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 parent164d255 commitd54ce51

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-
$(errorUse "$(MAKE)postgres-A4.ps" or"$(MAKE)postgres-US.ps")
165+
$(errorInvalid target; usepostgres-A4.ps or postgres-US.ps as targets)
166166

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

170170
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)
172172

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp