Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa198e5

Browse files
committed
Simplify <link> regex cleanup code.
1 parentdc1e047 commitaa198e5

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)

[8]ページ先頭

©2009-2025 Movatter.jp