summaryrefslogtreecommitdiff
path: root/dh_installmenu
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installmenu')
-rwxr-xr-xdh_installmenu4
1 files changed, 3 insertions, 1 deletions
diff --git a/dh_installmenu b/dh_installmenu
index 522f6269..212423c4 100755
--- a/dh_installmenu
+++ b/dh_installmenu
@@ -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.