projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e4c20
)
Lose the stupid 'smart' quotes created by pod2html
author
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 4 Feb 2009 16:39:24 +0000
(11:39 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 4 Feb 2009 16:39:24 +0000
(11:39 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html
@ rm -f pod2htmd.tmp pod2htmi.tmp
index.html: check_postgres.pl