]> git.donarmstrong.com Git - debhelper.git/blob - dh_installexamples.1
r46: Initial revision
[debhelper.git] / dh_installexamples.1
1 .TH DH_INSTALLEXAMPLES 1
2 .SH NAME
3 dh_installexamples \- install example files into package build directories
4 .SH SYNOPSIS
5 .B dh_installexamples
6 .I "[-v] [-a] [-i] [-ppackage] [file ...]"
7 .SH "DESCRIPTION"
8 dh_installexamples is a debhelper program that is responsible for installing
9 examples into usr/doc/package/examples in package build directories.
10 .P
11 Any filenames specified as parameters will be installed into the first
12 binary package listed in debian/control, if dh_installexamples is acting on
13 that package.
14 .P
15 A file named debian/examples (for the first binary package in debian/control),
16 or debian/package.exmaples (for each additional package in debian/control) can
17 list other files to be installed.
18 .SH OPTIONS
19 .TP
20 .B \-v
21 Verbose mode; show all commands that modify the package build directory.
22 .TP
23 .B \-a
24 Install files for all architecture dependent packages.
25 .TP
26 .B \-i
27 Install files for all architecture independent packages.
28 .TP
29 .B \-ppackage
30 Install files for the package named "package".
31 .TP
32 .B file ...
33 Install these files as documentation into the first binary package listed in
34 debian/control, if we are acting on that 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 .SH BUGS
50 Filenames with spaces in them will not currently be installed.
51 .SH "CONFORMS TO"
52 Debian policy, version 2.3.0.0
53 .SH AUTHOR
54 Joey Hess <joeyh@master.debian.org>