]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installmenu
r1614: * Patch from Andrew Suffield <asuffield@debian.org> to make dh_strip
[debhelper.git] / dh_installmenu
index 522f62695631c700b338af59c2535d310937a87c..420b2164545c8971a5fa07e48cc7f4ee9f5c4545 100755 (executable)
@@ -24,7 +24,7 @@ explanation of how this works.
 
 If a file named debian/package.menu exists, then it is installed into
 usr/lib/menu/package in the package build directory. This is a debian menu
-file.
+file. See L<menufile(5L)> for its format.
 
 If a file named debian/package.menu-method exits, then it is installed into
 etc/menu-methods/package in the package build directory. This is a debian
@@ -78,7 +78,9 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
+L<update-menus(1)>
+L<menufile(5)>
 
 This program is a part of debhelper.