]> git.donarmstrong.com Git - debhelper.git/blob - dh_installmenu.1
r275: No idea.
[debhelper.git] / dh_installmenu.1
1 .TH DH_INSTALLDOCS 1
2 .SH NAME
3 dh_installmenu \- install debian menu files into package build directories
4 .SH SYNOPSIS
5 .B dh_installmenu
6 .I "[-v] [-a] [-i] [-ppackage]"
7 .SH "DESCRIPTION"
8 dh_installmenu is a debhelper program that is responsible for installing
9 fils used by the debian menu package into package build directories.
10 .P
11 If a file named debian/menu exists, then it is installed into
12 usr/lib/menu/package in the package build directory. This is a debian menu
13 file.
14 .P
15 If a file named debian/menu-method exits, then it is installed into
16 etc/menu-methods/package in the package build directory. This is a debian
17 menu method file.
18 .P
19 For packages other than the first binary package listed in
20 the control file, use debian/package.menu and debian/package.menu-method 
21 instead (replace "package" with the name of the package.)
22 .SH OPTIONS
23 .TP
24 .B \-v
25 Verbose mode; show all commands that modify the package build directory.
26 .TP
27 .B \-a
28 Install menu files into all architecture dependent packages.
29 .TP
30 .B \-i
31 Install menu files into all architecture independent packages.
32 .TP
33 .B \-ppackage
34 Install menu files into the package named "package".
35 .SH NOTES
36 The
37 .B \-a
38 .B \-i
39 and
40 .B \-p
41 arguments are cumulative. If none are specified, then all packages listed in
42 the control file will be effected.
43 .SH ENVIRONMENT
44 .TP
45 .I DH_VERBOSE
46 Enables verbose mode
47 .SH "SEE ALSO"
48 .BR /usr/doc/debhelper/README
49 ,
50 .BR menufile (1)
51 .SH AUTHOR
52 Joey Hess <joeyh@master.debian.org>