Skip to content

Commit aa198e5

Browse files
committed
Simplify <link> regex cleanup code.
1 parent dc1e047 commit aa198e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
192192
HISTORY.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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy