From 6dce35146adf66f05b6b8366262a9233af1609f8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 18 May 2007 15:55:03 +0000 Subject: [PATCH] Mark some intermediate targets as .PRECIOUS, to replace the recently removed .SECONDARY target. This makes experimentation with the PDF builds easier. --- doc/src/sgml/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 6a963e93a3..01cb395920 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -11,6 +11,7 @@ top_builddir = ../../.. include $(top_builddir)/src/Makefile.global .NOTPARALLEL: +.PRECIOUS: %-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf ifndef COLLATEINDEX COLLATEINDEX = $(DOCBOOKSTYLE)/bin/collateindex.pl -- 2.39.5