From f99cedd236f06544b5937d5d362ada3059a5ca4b Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 27 Feb 2007 07:16:20 +0000 Subject: Strip executable binaries before installing. git-svn-id: https://pandoc.googlecode.com/svn/trunk@551 788f1e2b-df1e-0410-8736-df70ead52e1b --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1c4c388db..3734c80e0 100644 --- a/Makefile +++ b/Makefile @@ -197,6 +197,7 @@ install-executable-files = \ # Program only installation. .PHONY: install-exec uninstall-exec install-exec: build-exec + $(STRIP) $(EXECS) $(call install-executable-files,$(PROGS),$(BINPATH)) uninstall-exec: -for f in $(notdir $(PROGS)); do rm -f $(BINPATH)/$$f; done ; -- cgit v1.2.3