From 5c94c1d8e3246cf71412c530e05ca92cc0c3cb3c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Sep 2012 16:47:52 -0400 Subject: Add OSX standalone app license bundle, and arrange for the About page to link to it. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d4ac79e67..005ac70d7 100644 --- a/Makefile +++ b/Makefile @@ -147,6 +147,7 @@ osxapp: $(bins) cp git-annex "$(OSXAPP_BASE)/bin/" strip "$(OSXAPP_BASE)/bin/git-annex" ln -sf git-annex "$(OSXAPP_BASE)/bin/git-annex-shell" + zcat doc/license/git-annex-osx.app-licences.gz > $(OSXAPP_DEST)/LICENSE for bin in $(THIRDPARTY_BINS); do \ cp "$$(which "$$bin")" "$(OSXAPP_BASE)/bin/" || echo "$$bin not available; skipping"; \ -- cgit v1.2.3