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 parent5dd41f3 commit92c2d2bCopy full SHA for 92c2d2b
doc/src/sgml/Makefile
@@ -251,7 +251,7 @@ regress_README.html: regress.sgml
251
# $(srcdir) on the postgres.sgml dependency in this rule. gmake bug?
252
postgres.xml:$(srcdir)/postgres.sgml$(ALMOSTALLSGML)
253
$(OSX) -D. -x lower$<>postgres.xmltmp
254
-$(PERL) -p -e's/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;'\
+$(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;'\
255
-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;'\
256
<postgres.xmltmp>$@
257
rm postgres.xmltmp