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

index.html: PerlTQt.pod
	pod2html --css ../css/pod.css PerlTQt.pod > index.html
	perl -pi -e 's/cgibin/cgi-bin/' index.html
	perl -pi -e 's/#http/http/g' index.html
	rm -f pod2*~~