Skip to content

Commit a49e7ed

Browse files
committed
Fixed generation of demodb xml from sgml
1 parent e762778 commit a49e7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ INSTALL.html: standalone-install.sgml installation.sgml version.sgml
248248
# if we try to do "make all" in a VPATH build without the explicit
249249
# $(srcdir) on the postgres.sgml dependency in this rule. GNU make bug?
250250
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
252252
$(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;' \
253253
-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;' \
254254
<postgres.xmltmp > $@

0 commit comments

Comments
 (0)