From: Greg Sabino Mullane Date: Tue, 25 May 2010 15:11:23 +0000 (-0400) Subject: Fix up title munging of html docs. X-Git-Tag: 2.15.1~19 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=811d0282c24e530e85922c9ae0a7e52a21e93bbe;p=check_postgres.git Fix up title munging of html docs. --- diff --git a/Makefile.PL b/Makefile.PL index 1b91d8f26..7370a519c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -89,9 +89,7 @@ sub clean { ## no critic (RequireArgUnpacking) pod2html check_postgres.pl > check_postgres.pl.html @ perl -pi -e "s///" check_postgres.pl.html @ perl -pi -e "s~ git clone.*~ git clone git://bucardo.org/check_postgres.git~" check_postgres.pl.html - @ perl -pi -e "s~\S+(.+)~<title>check_postgres.pl\\1~" check_postgres.pl.html - @ perl -pi -e "s~.*~~" check_postgres.pl.html - @ perl -pi -e "s~~~" check_postgres.pl.html + @ perl -pi -e "s~\S+(.+)~<title>check_postgres.pl\\1~" check_postgres.pl.html @ perl -pi -e "s~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html @ rm -f pod2htmd.tmp pod2htmi.tmp EOM