diff options
author | joey <joey> | 1999-08-17 04:45:36 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:45:36 +0000 |
commit | 3486d848644af197ded8a7e8d8c533dc30a5e574 (patch) | |
tree | 8df23969a7ed46d09bc004bad87416c1ee830b57 /dh_installmenu.1 | |
parent | 17f711b58fbe60225ed2c63609042bcd548fc43d (diff) | |
download | debhelper-3486d848644af197ded8a7e8d8c533dc30a5e574.tar.gz |
r54: Initial Import
Diffstat (limited to 'dh_installmenu.1')
-rw-r--r-- | dh_installmenu.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_installmenu.1 b/dh_installmenu.1 index cf54949c..7147b49f 100644 --- a/dh_installmenu.1 +++ b/dh_installmenu.1 @@ -3,7 +3,7 @@ dh_installmenu \- install debian menu files into package build directories .SH SYNOPSIS .B dh_installmenu -.I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir] [-n]" +.I "[-v] [-a] [-i] [--no-act] [-ppackage] [-Ptmpdir] [-n]" .SH "DESCRIPTION" dh_installmenu is a debhelper program that is responsible for installing files used by the debian menu package into package build directories. @@ -34,6 +34,10 @@ Install menu files into all architecture dependent packages. .B \-i, \--indep Install menu files into all architecture independent packages. .TP +.B \--no-act +Do not really do anything. If used with -v, the result is that this command +will output a list of what it would have done. +.TP .B \-ppackage, \--package=package Install menu files into the package named "package". .TP @@ -54,6 +58,9 @@ the control file will be effected. .TP .I DH_VERBOSE Enables verbose mode +.TP +.I DH_NO_ACT +Enables no-act mode (see above). .SH "SEE ALSO" .BR /usr/doc/debhelper/README , |