Skip to content
Snippets Groups Projects
Commit 2f1bf824 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Mark some intermediate targets as .PRECIOUS, to replace the recently removed

.SECONDARY target.  This makes experimentation with the PDF builds easier.
parent f22967ee
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# PostgreSQL documentation makefile # PostgreSQL documentation makefile
# #
# $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 $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
...@@ -11,6 +11,7 @@ top_builddir = ../../.. ...@@ -11,6 +11,7 @@ top_builddir = ../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
.NOTPARALLEL: .NOTPARALLEL:
.PRECIOUS: %-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf
ifndef COLLATEINDEX ifndef COLLATEINDEX
COLLATEINDEX = $(DOCBOOKSTYLE)/bin/collateindex.pl COLLATEINDEX = $(DOCBOOKSTYLE)/bin/collateindex.pl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment