robertkrimen / text-lorem-more

text-lorem-more / Makefile
100644 14 lines (10 sloc) 0.181 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY: test dist html
 
test:
./Build test
 
dist:
./Build distclean
perl Build.PL
./Build dist
 
html:
pod2html --infile lib/Text/Lorem/More.pm > More.html
firefox ./More.html