mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Make error message more accurate
This commit is contained in:
parent
7b9526154a
commit
21e07f6c94
@ -2,7 +2,7 @@
|
||||
#
|
||||
# PostgreSQL documentation makefile
|
||||
#
|
||||
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.103 2007/12/14 13:20:30 momjian Exp $
|
||||
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.104 2007/12/14 14:11:02 petere Exp $
|
||||
#
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@ -162,13 +162,13 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
|
||||
|
||||
# PostScript from TeX
|
||||
postgres.ps:
|
||||
$(error Use 'gmake postgres-US.ps' or 'gmake postgres-A4.ps')
|
||||
$(error Use "$(MAKE) postgres-A4.ps" or "$(MAKE) postgres-US.ps")
|
||||
|
||||
%.ps: %.dvi
|
||||
dvips -o $@ $<
|
||||
|
||||
postgres.pdf:
|
||||
$(error Use 'gmake postgres-US.pdf' or 'gmake postgres-A4.pdf')
|
||||
$(error Use "$(MAKE) postgres-A4.pdf" or "$(MAKE) postgres-US.pdf")
|
||||
|
||||
%.pdf: %.tex-pdf
|
||||
@rm -f $*.aux $*.log $*.out
|
||||
|
Loading…
Reference in New Issue
Block a user