summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2020-11-10 21:47:40 +0000
committerkamil <kamil@NetBSD.org>2020-11-10 21:47:40 +0000
commitd947f54707f62895cb60fa6c6fe3599faf840d0e (patch)
tree7f22fb272c39dce8fd623bff6636ae29ee0f0394 /BUILDING
parent5e2e3bf146e3018f54f2a4ebe01a9767d101e935 (diff)
Reintroduce the support of MKCATPAGES
Requested by <mrg>
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING10
1 files changed, 8 insertions, 2 deletions
diff --git a/BUILDING b/BUILDING
index ef9ce0df75e..f74acf787bb 100644
--- a/BUILDING
+++ b/BUILDING
@@ -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"