Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f1bf82

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 parentf22967e commit2f1bf82

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
ifndefCOLLATEINDEX
1617
COLLATEINDEX =$(DOCBOOKSTYLE)/bin/collateindex.pl

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp