We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0c39d10 commit5897ed4Copy full SHA for 5897ed4
doc/src/sgml/Makefile
@@ -248,7 +248,7 @@ INSTALL.html: standalone-install.sgml installation.sgml version.sgml
248
# if we try to do "make all" in a VPATH build without the explicit
249
# $(srcdir) on the postgres.sgml dependency in this rule. GNU make bug?
250
postgres.xml:$(srcdir)/postgres.sgml$(ALMOSTALLSGML)
251
-$(OSX) -D. -x lower -i include-xslt-index$<>postgres.xmltmp
+SP_ENCODING=UTF-8$(OSX) -D. -x lower -i include-xslt-index$<>postgres.xmltmp
252
$(PERL) -p -e's/\[(aacute|acirc|aelig|agrave|amp|aring|atilde|auml|bull|copy|eacute|egrave|gt|iacute|lt|mdash|nbsp|ntilde|oacute|ocirc|oslash|ouml|pi|quot|scaron|uuml) *\]/\&\1;/gi;'\
253
-e'$$_ .= qq{<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">\n} if $$. == 1;'\
254
<postgres.xmltmp>$@