We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22967e commit 2f1bf82Copy full SHA for 2f1bf82
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.96 2007/02/09 20:40:13 neilc Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.97 2007/05/18 15:55:03 petere Exp $
6
7
#----------------------------------------------------------------------------
8
@@ -11,6 +11,7 @@ top_builddir = ../../..
11
include $(top_builddir)/src/Makefile.global
12
13
.NOTPARALLEL:
14
+.PRECIOUS: %-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf
15
16
ifndef COLLATEINDEX
17
COLLATEINDEX = $(DOCBOOKSTYLE)/bin/collateindex.pl
0 commit comments