Lines Matching full:manual
11 bsd.man.mk - installing manual pages and their links
111 The include file <bsd.man.mk> handles installing manual pages and their
117 Install the manual pages and their links.
121 MANDIR Base path for manual installation.
123 MANGRP Manual group.
125 MANOWN Manual owner.
127 MANMODE Manual mode.
129 MANSUBDIR Subdirectory under the manual page section, i.e. "amd64"
130 or "sparc64" for machine specific manual pages.
132 MAN The manual pages to be installed (use a .1 - .9 suffix).
134 MLINKS List of manual page links (using a .1 - .9 suffix). The
148 such as the owners, groups, etc. for both manual pages and binaries, and
177 MANDIR Base path for manual installation. [/usr/share/man/man]
179 MANGRP Manual group. [bin]
181 MANOWN Manual owner. [root]
183 MANMODE Manual mode. [${NONBINMODE}]
263 more source files, along with their manual pages. It has a limited number
269 build the program and its manual page
279 install the program and its manual pages; if the Makefile
322 MAN Manual pages (should end in .1 - .9). If no MAN variable is
389 To build foo from foo.c with a manual page foo.1, use:
395 To build foo from foo.c with a manual page foo.2, add the line:
399 If foo does not have a manual page at all, add the line:
438 To build foo from foo.c and bar from bar.c with manual pages foo.1 and bar.1:
444 If bar has manual page bar.8 instead, add the line:
489 MAN The manual pages to be installed (use a .1 - .9 suffix).