diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 22:39:53 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-11 06:01:08 +0200 |
commit | ef785f61ad7290508b2640d00403b9a957fcdab1 (patch) | |
tree | 622dfa3a37ed0fbfd61d3aad60e5d44ec0a0c531 /package/ipsec-tools/ipsec-tools.mk | |
parent | 0f5a2ea7765c0d429607998647f8db1197b25a24 (diff) |
Do not let packages remove man pages, info pages and documentation
The cleanup of $(TARGET_DIR)/usr/share/man, $(TARGET_DIR)/usr/man,
$(TARGET_DIR)/usr/share/info, $(TARGET_DIR)/usr/info,
$(TARGET_DIR)/usr/share/doc and $(TARGET_DIR)/usr/doc is already done
globally in the main Makefile. Therefore, there's no need to handle
that on a per-package basis.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ipsec-tools/ipsec-tools.mk')
-rw-r--r-- | package/ipsec-tools/ipsec-tools.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/ipsec-tools/ipsec-tools.mk b/package/ipsec-tools/ipsec-tools.mk index 38cd57ba4..911da7cc2 100644 --- a/package/ipsec-tools/ipsec-tools.mk +++ b/package/ipsec-tools/ipsec-tools.mk @@ -121,13 +121,6 @@ $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL): \ $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \ $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON) \ $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL) -ifneq ($(BR2_HAVE_MANPAGES),y) - rm -f $(addprefix $(TARGET_DIR)/usr/man/, \ - man3/ipsec_strerror.3 man3/ipsec_set_policy.3 \ - man5/racoon.conf.5 \ - man8/racoonctl.8 man8/racoon.8 \ - man8/plainrsa-gen.8 man8/setkey.8) -endif ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_LIBS), y) install -D $(addprefix $(IPSEC_TOOLS_DIR)/src/, \ libipsec/.libs/libipsec.a libipsec/.libs/libipsec.la \ |