mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
Strip executable binaries before installing.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@551 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user