make manpage automatically

This commit is contained in:
Yann Leboulanger 2005-02-07 19:34:53 +00:00
parent 7f3c2681c2
commit 33212045a6
1 changed files with 1 additions and 3 deletions

4
debian/rules vendored
View File

@ -42,9 +42,7 @@ binary-arch: checkroot build install
$(checkdir)
# Must have debmake installed for this to work. Otherwise please copy
# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
debstd -m
gzip --best -c gajim.1 > debian/tmp/usr/share/man/man1/gajim.1.gz
cd debian/tmp; md5sum usr/share/man/man1/gajim.1.gz >> DEBIAN/md5sums
debstd
dpkg-gencontrol -isp
chown -R root:root debian/tmp
chmod -R go=rX debian/tmp