Browse Source

Handle new manpages in debian/rules

Wichert Akkerman 27 years ago
parent
commit
7a6cb51d72
1 changed files with 1 additions and 0 deletions
  1. 1 0
      debian/rules

+ 1 - 0
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 ; \