Skip to content
Snippets Groups Projects
Commit 7b952615 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add default error rules for making postgres.pdf and postgres.ps,

suggesting proper target names.
parent 78436516
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#
# PostgreSQL documentation makefile
#
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.102 2007/12/05 10:06:08 petere Exp $
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.103 2007/12/14 13:20:30 momjian Exp $
#
#----------------------------------------------------------------------------
......@@ -161,9 +161,15 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
jadetex $<
# PostScript from TeX
postgres.ps:
$(error Use 'gmake postgres-US.ps' or 'gmake postgres-A4.ps')
%.ps: %.dvi
dvips -o $@ $<
postgres.pdf:
$(error Use 'gmake postgres-US.pdf' or 'gmake postgres-A4.pdf')
%.pdf: %.tex-pdf
@rm -f $*.aux $*.log $*.out
# multiple runs are necessary to create proper intra-document links
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment