You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
180 B
Makefile
8 lines
180 B
Makefile
13 years ago
|
|
||
|
index.html: PerlQt.pod
|
||
|
pod2html --css ../css/pod.css PerlQt.pod > index.html
|
||
|
perl -pi -e 's/cgibin/cgi-bin/' index.html
|
||
|
perl -pi -e 's/#http/http/g' index.html
|
||
|
rm -f pod2*~~
|
||
|
|