File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,9 @@ sub clean { ## no critic (RequireArgUnpacking)
105
105
$string .= qq{ \t @ gpg --verify check_postgres.pl.asc\n } ;
106
106
$string .= qq{ \n\n html : \n\t } ;
107
107
$string .= <<'EOM' ;
108
- pod2html check_postgres.pl > check_postgres.pl.html
108
+ pod2html --title check_postgres.pl check_postgres.pl > check_postgres.pl.html
109
109
@ perl -pi -e "s/<link.*?>//" check_postgres.pl.html
110
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
111
@ perl -pi -e "s~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html
113
112
@ rm -f pod2htmd.tmp pod2htmi.tmp
114
113
EOM
You can’t perform that action at this time.
0 commit comments