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 @@ -251,7 +251,7 @@ regress_README.html: regress.sgml
251251# $(srcdir) on the postgres.sgml dependency in this rule. gmake bug?
252252postgres.xml : $(srcdir ) /postgres.sgml $(ALMOSTALLSGML )
253253 $(OSX ) -D. -x lower $< > postgres.xmltmp
254- $(PERL ) -p -e ' s/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g ;' \
254+ $(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 ;' \
255255 -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;' \
256256 < postgres.xmltmp > $@
257257 rm postgres.xmltmp
You can’t perform that action at this time.
0 commit comments