diff options
author | joey <joey> | 1999-08-17 04:42:23 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:42:23 +0000 |
commit | b8fc5a1b99da4ffb113d42f373b7c84772d1413a (patch) | |
tree | 9de7966641723faa49d815dfc11365f4a9601074 /dh_installdocs.1 | |
parent | 050d55509586c51def636f895075c62877c9fae7 (diff) | |
download | debhelper-b8fc5a1b99da4ffb113d42f373b7c84772d1413a.tar.gz |
r49: Initial Import
Diffstat (limited to 'dh_installdocs.1')
-rw-r--r-- | dh_installdocs.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dh_installdocs.1 b/dh_installdocs.1 index 6a0290a4..6b8b33a6 100644 --- a/dh_installdocs.1 +++ b/dh_installdocs.1 @@ -27,22 +27,22 @@ A file named debian/package.docs (debian/docs may be used for the first binary package in debian/control) can list other files to be installed. .SH OPTIONS .TP -.B \-v +.B \-v, \--verbose Verbose mode; show all commands that modify the package build directory. .TP -.B \-a +.B \-a, \--arch Install files for all architecture dependent packages. .TP -.B \-i +.B \-i, \--indep Install files for all architecture independent packages. .TP -.B \-ppackage +.B \-ppackage, \--package=package Install files for the package named "package". .TP -.B \-Ptmpdir +.B \-Ptmpdir, \--tmpdir=tmpdir Use "tmpdir" for package build directory. .TP -.B \-A +.B \-A, \--all Install all files specified by command line parameters in ALL packages acted on. .TP |