[check_postgres] [commit] Lose the stupid 'smart' quotes created by pod2html

check_postgres at bucardo.org check_postgres at bucardo.org
Wed Feb 4 16:40:18 UTC 2009


Committed by Greg Sabino Mullane <greg at endpoint.com>

Lose the stupid 'smart' quotes created by pod2html

---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 15068a9..2640040 100644
--- 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
-- 
1.6.0.5



More information about the Check_postgres mailing list