From 886b274a5cbe66f470867004a73384451b140c19 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 20 Oct 2008 11:32:25 +0000 Subject: BR2_HAVE_DOCUMENTATION: add option to remove documentation from target Some packages' install-strip target install quite big documentation, so create an option to remove it similar to the existing man/info options. --- Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 32a154bc3..ddbe43b9a 100644 --- a/Config.in +++ b/Config.in @@ -348,6 +348,13 @@ config BR2_HAVE_INFOPAGES 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. + If you say n here, your target will not contain any + documentation. + config BR2_HAVE_DEVFILES bool "development files in target filesystem" help -- cgit v1.2.3-55-g7522