Remove shiped html files from binaries

This commit is contained in:
Jan Wagner 2014-10-13 14:50:33 +02:00
parent 09e0bfafc4
commit 965e0d7ea0
4 changed files with 5 additions and 3 deletions

2
debian/rules vendored
View file

@ -27,6 +27,8 @@ install: build
# install man page
mkdir -p debian/tmp/
cp man/man8/postfwd.8 debian/tmp/postfwd1.8
html2text doc/quick.html > debian/tmp/quick.txt
html2text doc/versions.html > debian/tmp/versions.txt
pod2man debian/hapolicy/usr/sbin/hapolicy man/man8/hapolicy.1
# Build architecture-independent files here.