summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2020-11-08 14:52:35 +0000
committerkamil <kamil@NetBSD.org>2020-11-08 14:52:35 +0000
commita961805ce2428208b624fe8e14778a6c8fd87003 (patch)
tree03ff1c41222f2cf2d5eaec9ecca98d62288595b7 /BUILDING
parent84e1bac413e12ad716af50462567d6274f49e605 (diff)
Remove the support for MKCATPAGES
It was optional since 1999 and disabled by default since 2012. Proposed on tech-userlevel@.
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING10
1 files changed, 2 insertions, 8 deletions
diff --git a/BUILDING b/BUILDING
index f74acf787bb..ef9ce0df75e 100644
--- a/BUILDING
+++ b/BUILDING
@@ -247,11 +247,6 @@ 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.
@@ -385,9 +380,8 @@ 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
- MKCATPAGES, MKDOC, MKINFO, MKMAN, and MKNLS will be set to
- "no" unconditionally.
+ installed during a build. If set to "no", then all of MKDOC,
+ MKINFO, MKMAN, and MKNLS will be set to "no" unconditionally.
Default: "yes"