File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22#
33# PostgreSQL documentation makefile
44#
5- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.79 2006/10/07 23:28:04 momjian Exp $
5+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.80 2006/10/07 23:48:52 momjian Exp $
66#
77# ----------------------------------------------------------------------------
88
@@ -192,7 +192,7 @@ INSTALL.html: standalone-install.sgml installation.sgml version.sgml
192192HISTORY.html : release.sgml
193193 ( echo ' <!doctype appendix PUBLIC "-//OASIS//DTD DocBook V4.2//EN">' ; \
194194 cat $< ) | \
195- $(PERL ) -p -0 -e ' s/<link[\n\s] +linkend[^>]*>//sg ' | \
195+ $(PERL ) -p -0 -e ' s/<link\s +linkend[^>]*>//g ' | \
196196 $(PERL ) -p -e ' s/<\/link>//g' > tempfile_HISTORY.sgml
197197 $(JADE.text ) -V nochunks tempfile_HISTORY.sgml > $@
198198 rm tempfile_HISTORY.sgml
You can’t perform that action at this time.
0 commit comments