From: Wichert Akkerman Date: Sun, 5 Dec 1999 18:52:18 +0000 (+0000) Subject: Handle new manpages in debian/rules X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6cb51d7289adb9b27979d1dc33c5d15fb62094;p=dpkg Handle new manpages in debian/rules --- diff --git a/debian/rules b/debian/rules index e1418efa..78e8592b 100755 --- a/debian/rules +++ b/debian/rules @@ -88,6 +88,7 @@ binary-dpkg: stamp-binary done ; \ install -d -m 755 -o root -g root $(TMP_DPKG)/usr/share/man/$$i/man8 ; \ for m in dpkg.8 dselect.8 dpkg-split.8 start-stop-daemon.8 \ + cleanup-info dpkg-divert.8 \ install-info.8 update-alternatives.8 update-rc.d.8 ; do \ if [ -f $(TMP)/usr/share/man/$$i/man8/$$m ] ; then \ mv $(TMP)/usr/share/man/$$i/man8/$$m $(TMP_DPKG)/usr/share/man/$$i/man8/$$m ; \