diff options
author | Greg Sabino Mullane | 2009-02-04 16:39:24 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-02-04 16:39:24 +0000 |
commit | 6a7eb7d647050b27b377b9b87106482392859d25 (patch) | |
tree | 885777f2b40d235a12c0b74b799c89e165923184 | |
parent | b7e4c20d0101b5dd0b2fbf8b11a4a52ca399da37 (diff) |
Lose the stupid 'smart' quotes created by pod2html
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ check_postgres.pl.html: check_postgres.pl perl -pi -e "s~<title>\S+(.+)~<title>check_postgres.pl\\1</TITLE>~" check_postgres.pl.html perl -pi -e "s~.*</title>~~" check_postgres.pl.html perl -pi -e "s~</TITLE>~</title>~" check_postgres.pl.html + perl -pi -e "s~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html @ rm -f pod2htmd.tmp pod2htmi.tmp index.html: check_postgres.pl |