summaryrefslogtreecommitdiffstats
path: root/doc/en/Makefile
blob: 1d300c056dc96d85c04726c4980e65929d697621 (plain)
1
2
3
4
5
6
7

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*~~