1DH_INSTALLMANPAGES(1) Debhelper DH_INSTALLMANPAGES(1)
2
3
4
6 dh_installmanpages - old-style man page installer (deprecated)
7
9 dh_installmanpages [debhelper options] [file ...]
10
12 dh_installmanpages is a debhelper program that is responsible for
13 automatically installing man pages into usr/share/man/ in package build
14 directories.
15
16 This is a DWIM-style program, with an interface unlike the rest of
17 debhelper. It is deprecated, and you are encouraged to use
18 dh_installman(1) instead.
19
20 dh_installmanpages scans the current directory and all subdirectories
21 for filenames that look like man pages. (Note that only real files are
22 looked at; symlinks are ignored.) It uses file(1) to verify that the
23 files are in the correct format. Then, based on the files' extensions,
24 it installs them into the correct man directory.
25
26 All filenames specified as parameters will be skipped by
27 dh_installmanpages. This is useful if by default it installs some man
28 pages that you do not want to be installed.
29
30 After the man page installation step, dh_installmanpages will check to
31 see if any of the man pages are .so links. If so, it changes them to
32 symlinks.
33
35 file ...
36 Do not install these files as man pages, even if they look like
37 valid man pages.
38
40 dh_installmanpages will install the man pages it finds into all
41 packages you tell it to act on, since it can't tell what package the
42 man pages belong in. This is almost never what you really want (use -p
43 to work around this, or use the much better dh_installman(1) program
44 instead).
45
46 Files ending in .man will be ignored.
47
48 Files specified as parameters that contain spaces in their filenames
49 will not be processed properly.
50
52 debhelper(7)
53
54 This program is a part of debhelper.
55
57 Joey Hess <joeyh@debian.org>
58
59
60
6112.6.1 2019-10-08 DH_INSTALLMANPAGES(1)