summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-02-04 16:39:24 +0000
committerGreg Sabino Mullane2009-02-04 16:39:24 +0000
commit6a7eb7d647050b27b377b9b87106482392859d25 (patch)
tree885777f2b40d235a12c0b74b799c89e165923184
parentb7e4c20d0101b5dd0b2fbf8b11a4a52ca399da37 (diff)
Lose the stupid 'smart' quotes created by pod2html
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 15068a9bb..2640040e3 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