Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f1bf82

Browse files
committed
Mark some intermediate targets as .PRECIOUS, to replace the recently removed
.SECONDARY target. This makes experimentation with the PDF builds easier.
1 parent f22967e commit 2f1bf82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/Makefile

Lines changed: 2 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.96 2007/02/09 20:40:13 neilc Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.97 2007/05/18 15:55:03 petere Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -11,6 +11,7 @@ top_builddir = ../../..
1111
include $(top_builddir)/src/Makefile.global
1212

1313
.NOTPARALLEL:
14+
.PRECIOUS: %-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf
1415

1516
ifndef COLLATEINDEX
1617
COLLATEINDEX = $(DOCBOOKSTYLE)/bin/collateindex.pl

0 commit comments

Comments
 (0)