]> git.ipfire.org Git - thirdparty/man-pages.git/blob - README
Makefile, README: Break installation into a target for each mandir
[thirdparty/man-pages.git] / README
1 This package contains Linux man pages for sections 1 through 8. Some
2 more information is given in the 'man-pages-x.y.Announce' file.
3
4 Homepage
5 ========
6 For information about the Linux man-pages project, see
7 http://www.kernel.org/doc/man-pages/index.html.
8
9 Bug reports and contributing
10 ============================
11 If you have corrections and additions to suggest, see
12 http://www.kernel.org/doc/man-pages/contributing.html
13 (Although there is a mirror of this repository on GitHub,
14 please don't report issues via the GitHub issue tracker!)
15
16 For further information on contributing, see the CONTRIBUTING file.
17
18 Installing and uninstalling
19 ===========================
20 "make install" will copy these man pages to /usr/local/share/man/man[1-8].
21
22 To install to a path different from /usr/local, use
23 "make install prefix=/install/path".
24
25 "make remove" or "make uninstall" will remove any man page in this
26 distribution from its destination. Use with caution, and remember to
27 use "prefix" if desired, as with the "install" target.
28
29 To install only a specific man section (mandir) such as man3, use
30 "make install-man3". Similar syntax can be used to uninstall a
31 specific man section, such as man7: "make uninstall-man7".
32
33 "make" or "make all" will perform "make uninstall" followed by "make
34 install".
35
36 Consider using multiple threads (at least 2) when installing
37 these man pages, as the Makefile is optimized for multiple threads:
38 "make -j install".
39
40 Copyrights
41 ==========
42 See the 'man-pages-x.y.Announce' file.