diff options
| author | kamil <kamil@NetBSD.org> | 2020-11-10 21:47:40 +0000 |
|---|---|---|
| committer | kamil <kamil@NetBSD.org> | 2020-11-10 21:47:40 +0000 |
| commit | d947f54707f62895cb60fa6c6fe3599faf840d0e (patch) | |
| tree | 7f22fb272c39dce8fd623bff6636ae29ee0f0394 /BUILDING | |
| parent | 5e2e3bf146e3018f54f2a4ebe01a9767d101e935 (diff) | |
Reintroduce the support of MKCATPAGES
Requested by <mrg>
Diffstat (limited to 'BUILDING')
| -rw-r--r-- | BUILDING | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -247,6 +247,11 @@ CONFIGURATION Default: 2 + MKCATPAGES Can be set to "yes" or "no". Indicates whether preformatted + plaintext manual pages will be created during a build. + + Default: "no" + MKCROSSGDB Can be set to "yes" or "no". Create a cross-gdb as a host tool. @@ -380,8 +385,9 @@ CONFIGURATION MKSHARE Can be set to "yes" or "no". Indicates whether files destined to reside in DESTDIR/usr/share will be built and - installed during a build. If set to "no", then all of MKDOC, - MKINFO, MKMAN, and MKNLS will be set to "no" unconditionally. + installed during a build. If set to "no", then all of + MKCATPAGES, MKDOC, MKINFO, MKMAN, and MKNLS will be set to + "no" unconditionally. Default: "yes" |
