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

Commit96063da

Browse files
committed
Make XML building work silently on VPATH builds (untested on regular builds).
1 parent0b510ad commit96063da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/Makefile

Lines changed: 2 additions & 2 deletions
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.105 2007/12/15 10:28:21 momjian Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.106 2008/06/10 00:19:32 alvherre Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -224,7 +224,7 @@ OSX = osx # (may be called sx or sgml2xml on some systems)
224224
XSLTPROC = xsltproc
225225

226226
postgres.xml: postgres.sgml$(GENERATED_SGML)
227-
$(OSX) -x lower$<|\
227+
$(OSX) -D. -x lower$<|\
228228
sed -e's/\[\(amp\|copy\|egrave\|gt\|lt\|mdash\|nbsp\|ouml\|pi\|quot\|uuml\) *\]/\&\1;/g'\
229229
-e'1a\' -e'<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">'\
230230
>$@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp