Penguin
Blame: dh_installexamples(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_installexamples(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_INSTALLEXAMPLES
2 !!!DH_INSTALLEXAMPLES
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 NOTES
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 dh_installexamples - install example files into package build directories
15 !!SYNOPSIS
16
17
18 __dh_installexamples__ [[''debhelper options'']
19 [[__-A__] [[__-X__''item''] [[''file
20 ...'']
21 !!DESCRIPTION
22
23
24 dh_installexamples is a debhelper program that is
25 responsible for installing examples into
26 usr/share/doc/package/examples in package build
27 directories.
28
29
30 Any file names specified as parameters will be installed
31 into the first package dh_installexamples is told to act on.
32 By default, this is the first binary package in
33 debian/control, but if you use -p, -i, or -a flags, it will
34 be the first package specified by those flags.
35
36
37 Files named debian/package.examples can list other files to
38 be installed.
39 !!OPTIONS
40
41
42 __-A__, __--all__
43
44
45 Install any files specified by command line parameters in
46 ALL packages acted on.
47
48
49 ''file ...''
50
51
52 Install these files as examples into the first package acted
53 on. (Or into all packages if -A is specified.)
54
55
56 __-Xitem__, __--exclude=item__
57
58
59 Exclude files that contain ``item'' anywhere in their
60 filename from being installed.
61 !!NOTES
62
63
64 Note that dh_installexamples will happily copy entire
65 directory hierarchies if you ask it to (similar to cp -a).
66 If it is asked to install a directory, it will install the
67 complete contents of the directory.
68 !!SEE ALSO
69
70
71 debhelper(1)
72
73
74 This program is a part of debhelper.
75 !!AUTHOR
76
77
78 Joey Hess
79 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.