feedgnuplot/debian/rules

13 lines
204 B
Plaintext
Raw Normal View History

2011-02-07 08:01:00 +08:00
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
dh_auto_build
pod2html --title=feedgnuplot bin/feedgnuplot.pod > feedgnuplot.html
override_dh_auto_clean:
rm -rf feedgnuplot.html
dh_auto_clean