We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make html
1 parent f6bc7f0 commit 1066477Copy full SHA for 1066477
Makefile.PL
@@ -105,10 +105,9 @@ sub clean { ## no critic (RequireArgUnpacking)
105
$string .= qq{\t@ gpg --verify check_postgres.pl.asc\n};
106
$string .= qq{\n\nhtml : \n\t};
107
$string .= <<'EOM';
108
- pod2html check_postgres.pl > check_postgres.pl.html
+ pod2html --title check_postgres.pl check_postgres.pl > check_postgres.pl.html
109
@ perl -pi -e "s/<link.*?>//" check_postgres.pl.html
110
@ perl -pi -e "s~ git clone.*~ git clone git://bucardo.org/check_postgres.git</pre>~" check_postgres.pl.html
111
- @ perl -pi -e "s~<title>\S+(.+)~<title>check_postgres.pl\\1~" check_postgres.pl.html
112
@ perl -pi -e "s~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html
113
@ rm -f pod2htmd.tmp pod2htmi.tmp
114
EOM
0 commit comments