building and installing the HTML documentation

This commit is contained in:
Dima Kogan
2012-09-11 13:20:58 -07:00
committed by Dima Kogan
parent a164c4ff29
commit 62eb5f17bb
3 changed files with 10 additions and 1 deletions

8
debian/rules vendored
View File

@@ -2,3 +2,11 @@
%:
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