]> err.no Git - dpkg/commitdiff
Handle new manpages in debian/rules
authorWichert Akkerman <wakkerma@debian.org>
Sun, 5 Dec 1999 18:52:18 +0000 (18:52 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sun, 5 Dec 1999 18:52:18 +0000 (18:52 +0000)
debian/rules

index e1418efa0a0cef8207116021f821422af5bd8625..78e8592baeafee76eb095e8d495823f5bda6ad12 100755 (executable)
@@ -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 ; \