File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ INSTALL.html: standalone-install.sgml installation.sgml version.sgml
248
248
# if we try to do "make all" in a VPATH build without the explicit
249
249
# $(srcdir) on the postgres.sgml dependency in this rule. GNU make bug?
250
250
postgres.xml : $(srcdir ) /postgres.sgml $(ALMOSTALLSGML )
251
- $(OSX ) -D. -x lower -i include-xslt-index $< > postgres.xmltmp
251
+ SP_ENCODING=UTF-8 $(OSX ) -D. -x lower -i include-xslt-index $< > postgres.xmltmp
252
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
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
254
< postgres.xmltmp > $@
You can’t perform that action at this time.
0 commit comments