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

2
debian/control vendored
View File

@ -1,7 +1,7 @@
Source: feedgnuplot
Section: science
Priority: extra
Build-Depends: debhelper (>= 7), libtest-script-run-perl, perl
Build-Depends: debhelper (>= 7.0.50~), libtest-script-run-perl, perl
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dima@secretsauce.net>
Standards-Version: 3.9.3

1
debian/feedgnuplot.docs vendored Normal file
View File

@ -0,0 +1 @@
feedgnuplot.html

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