feedgnuplot/debian/rules

13 lines
209 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 > feedgnuplot.html
override_dh_auto_clean:
rm -rf feedgnuplot.html pod2htm*
dh_auto_clean