From e7139d519a91296de6ef0bf8b3a193303318923a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 16 Jan 2017 11:21:24 +0100 Subject: make: define EXECUTABLES and install in a loop Define EXECUTABLES and install in a loop. Also fix uninstalling man pages. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 2cb1b37..fe2a19f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -188,6 +188,7 @@ standalone: clean single: standalone cp vis-single.sh vis-single strip vis - tar c vis vis-clipboard vis-complete vis-menu vis-open lua/ | gzip -9 >> vis-single + strip vis-menu + tar c $(EXECUTABLES) lua/ | gzip -9 >> vis-single .PHONY: standalone local dependencies-common dependencies-local dependencies-clean -- cgit v1.2.3