tree: don't install man page
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 30 Nov 2014 14:18:19 +0000 (15:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Dec 2014 22:14:25 +0000 (23:14 +0100)
We don't support installing documentation on the target, so there's no
point in having explicit code to do so.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/tree/tree.mk

index 922deb8d8d307fd35fbdf881a4d56e65feae4308..83ea472f698698f5d74867134aef3b66430f4a9d 100644 (file)
@@ -16,8 +16,6 @@ endef
 
 define TREE_INSTALL_TARGET_CMDS
        $(INSTALL) -D -m 0755 $(@D)/tree $(TARGET_DIR)/usr/bin/tree
-       $(INSTALL) -D -m 0644 $(@D)/doc/tree.1 \
-               $(TARGET_DIR)/usr/share/man/man1/tree.1
 endef
 
 $(eval $(generic-package))