freebsd-dev/share/man
Ian Lepore 1538208322 Support installing manpages for multiple or alternate architecture(s).
Some section-4 manpages are architecture-specific, and the build process
currently generates only the pages for the MACHINE_CPUARCH being built.
man(1) supports a '-m' option to find manpages belonging to an arbitrary
architecture other than the MACHINE_[CPU]ARCH, but we have no way to
generate and install alternate-arch pages right now.

This change adds a new make.conf variable, MAN_ARCH, which can be a list of
one or more MACHINE_ARCH or MACHINE_CPUARCH values. All arch-specific
manpages that exist for the named arches will be installed. If unset, it
continues the behavior of installing just the MACHINE_CPUARCH being built.

Differential Revision:	https://reviews.freebsd.org/D16198
2018-07-20 14:23:01 +00:00
..
man1
man3 Depart from normal man page proactice a little and provide guidance on 2018-05-31 14:23:33 +00:00
man4 Support installing manpages for multiple or alternate architecture(s). 2018-07-20 14:23:01 +00:00
man5 Support installing manpages for multiple or alternate architecture(s). 2018-07-20 14:23:01 +00:00
man6 Update intro(6) - remove hint that doesn't work, add explicit list 2017-11-27 12:39:35 +00:00
man7 Remove armeb from arch.7 2018-07-17 23:23:39 +00:00
man8 Document the new ${name}_env_file feature 2018-06-19 19:27:37 +00:00
man9 OpenCrypto: Convert sessions to opaque handles instead of integers 2018-07-18 00:56:25 +00:00
Makefile