mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
Simplify <link> regex cleanup code.
This commit is contained in:
parent
dc1e047baf
commit
aa198e5f14
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# PostgreSQL documentation makefile
|
||||
#
|
||||
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.79 2006/10/07 23:28:04 momjian Exp $
|
||||
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.80 2006/10/07 23:48:52 momjian Exp $
|
||||
#
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -192,7 +192,7 @@ INSTALL.html: standalone-install.sgml installation.sgml version.sgml
|
|||
HISTORY.html: release.sgml
|
||||
( echo '<!doctype appendix PUBLIC "-//OASIS//DTD DocBook V4.2//EN">'; \
|
||||
cat $< ) | \
|
||||
$(PERL) -p -0 -e 's/<link[\n\s]+linkend[^>]*>//sg' | \
|
||||
$(PERL) -p -0 -e 's/<link\s+linkend[^>]*>//g' | \
|
||||
$(PERL) -p -e 's/<\/link>//g' >tempfile_HISTORY.sgml
|
||||
$(JADE.text) -V nochunks tempfile_HISTORY.sgml >$@
|
||||
rm tempfile_HISTORY.sgml
|
||||
|
|
|
|||
Loading…
Reference in a new issue