diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-27 16:47:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-27 16:47:52 -0400 |
commit | 5c94c1d8e3246cf71412c530e05ca92cc0c3cb3c (patch) | |
tree | 671416a35d057d22384bbd2d51578bf3f9c937ea /Makefile | |
parent | 920704f82167b6b1e0f512fa8d83d5e477a62ccc (diff) |
Add OSX standalone app license bundle, and arrange for the About page
to link to it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; \ |