Lose the stupid 'smart' quotes created by pod2html
authorGreg Sabino Mullane <greg@endpoint.com>
Wed, 4 Feb 2009 16:39:24 +0000 (11:39 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Wed, 4 Feb 2009 16:39:24 +0000 (11:39 -0500)
Makefile

index 15068a9bb3319dce46a0220bd902fc496d6252f8..2640040e3487ba775545dbc59025eb49c606f952 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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~\`\`(.+?)''~&quot;\\1&quot;~g" check_postgres.pl.html
        @ rm -f pod2htmd.tmp pod2htmi.tmp
 
 index.html: check_postgres.pl