Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 96063da

Browse files
committed
Make XML building work silently on VPATH builds (untested on regular builds).
1 parent 0b510ad commit 96063da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/Makefile

+2-2
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)