We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd41f3 commit 92c2d2bCopy 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
0 commit comments