]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installmenu
r501: * Began work on v4 support (and thus the large version number jump), and it
[debhelper.git] / dh_installmenu
index 522f62695631c700b338af59c2535d310937a87c..212423c4acf933ac727d270b79092ced831ba4bc 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
@@ -79,6 +79,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 =head1 SEE ALSO
 
 L<debhelper(1)>
+L<update-menus(1)>
+L<menufile(5L)>
 
 This program is a part of debhelper.