summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-27 16:47:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-27 16:47:52 -0400
commit5c94c1d8e3246cf71412c530e05ca92cc0c3cb3c (patch)
tree671416a35d057d22384bbd2d51578bf3f9c937ea /Makefile
parent920704f82167b6b1e0f512fa8d83d5e477a62ccc (diff)
Add OSX standalone app license bundle, and arrange for the About page
to link to it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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"; \