Remove shiped html files from binaries
This commit is contained in:
parent
09e0bfafc4
commit
965e0d7ea0
4 changed files with 5 additions and 3 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue