summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni2010-04-10 22:47:28 +0200
committerThomas Petazzoni2010-04-11 06:01:08 +0200
commitb703066033bb44f2ceb5b6a54bb4a2ae71d32669 (patch)
tree5fa9b84b619266cb99f6e7d1dbde0db15e00a95a /Config.in
parentUse BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} (diff)
downloadbuildroot-b703066033bb44f2ceb5b6a54bb4a2ae71d32669.tar.gz
buildroot-b703066033bb44f2ceb5b6a54bb4a2ae71d32669.tar.xz
buildroot-b703066033bb44f2ceb5b6a54bb4a2ae71d32669.zip
Get rid of BR2_HAVE_{MANPAGES,INFOPAGES} config options
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in17
1 files changed, 2 insertions, 15 deletions
diff --git a/Config.in b/Config.in
index f2d4a5010..7e51c84c4 100644
--- a/Config.in
+++ b/Config.in
@@ -300,24 +300,11 @@ config BR2_PREFER_STATIC_LIB
WARNING: This is highly experimental at the moment.
-config BR2_HAVE_MANPAGES
- bool "manpages on the target"
- help
- Leave the manpages on the target.
- If you say n here, your target will not contain any
- manpage.
-
-config BR2_HAVE_INFOPAGES
- bool "infopages on the target"
- help
- Leave the infopages on the target.
- If you say n here, your target will not contain any
- infopage.
-
config BR2_HAVE_DOCUMENTATION
bool "documentation on the target"
help
- Leave the documentation on the target.
+ Install the documentation, including manual pages and info
+ pages, on the target.
If you say n here, your target will not contain any
documentation.