From a243946176b92b5fafd84f43d5a455551cf27210 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Sep 2009 16:50:49 -0400 Subject: Add FILES sections to man pages. Closes: #545041 --- dh_installmenu | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'dh_installmenu') diff --git a/dh_installmenu b/dh_installmenu index 327fac0f..c1a609a9 100755 --- a/dh_installmenu +++ b/dh_installmenu @@ -20,16 +20,23 @@ files used by the debian menu package into package build directories. It also automatically generates the postinst and postrm commands needed to interface with the debian menu package. These commands are inserted into -the maintainer scripts by dh_installdeb. See L for an -explanation of how this works. +the maintainer scripts by L. -If a file named debian/package.menu exists, then it is installed into -usr/share/menu/package in the package build directory. This is a debian menu -file. See L for its format. +=head1 FILES -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 -menu method file. +=over 4 + +=item debian/I.menu + +Debian menu files, installed into usr/share/menu/I in the package +build directory. See L for its format. + +=item debian/I.menu-method + +Debian menu method files, installed into etc/menu-methods/I +in the package build directory. + +=back =head1 OPTIONS -- cgit v1.2.3