Skip to content

Commit 7b95261

Browse files
committed
Add default error rules for making postgres.pdf and postgres.ps,
suggesting proper target names.
1 parent 7843651 commit 7b95261

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/src/sgml/Makefile

Lines changed: 7 additions & 1 deletion
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.102 2007/12/05 10:06:08 petere Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.103 2007/12/14 13:20:30 momjian Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -161,9 +161,15 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
161161
jadetex $<
162162

163163
# PostScript from TeX
164+
postgres.ps:
165+
$(error Use 'gmake postgres-US.ps' or 'gmake postgres-A4.ps')
166+
164167
%.ps: %.dvi
165168
dvips -o $@ $<
166169

170+
postgres.pdf:
171+
$(error Use 'gmake postgres-US.pdf' or 'gmake postgres-A4.pdf')
172+
167173
%.pdf: %.tex-pdf
168174
@rm -f $*.aux $*.log $*.out
169175
# multiple runs are necessary to create proper intra-document links

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