]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Get rid of BR2_HAVE_{MANPAGES,INFOPAGES} config options
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Apr 2010 20:47:28 +0000 (22:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Apr 2010 04:01:08 +0000 (06:01 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in

index f2d4a5010ea63a87a991c6f3aa19cd3fda2e9160..7e51c84c4b97a3abc0025fd5d88fb4601ab742f5 100644 (file)
--- 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.