make manpage automatically
This commit is contained in:
parent
7f3c2681c2
commit
33212045a6
|
@ -42,9 +42,7 @@ binary-arch: checkroot build install
|
||||||
$(checkdir)
|
$(checkdir)
|
||||||
# Must have debmake installed for this to work. Otherwise please copy
|
# Must have debmake installed for this to work. Otherwise please copy
|
||||||
# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
|
# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
|
||||||
debstd -m
|
debstd
|
||||||
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
|
|
||||||
dpkg-gencontrol -isp
|
dpkg-gencontrol -isp
|
||||||
chown -R root:root debian/tmp
|
chown -R root:root debian/tmp
|
||||||
chmod -R go=rX debian/tmp
|
chmod -R go=rX debian/tmp
|
||||||
|
|
Loading…
Reference in New Issue