summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-01 21:04:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-01 21:05:27 -0400
commite78b13c42807f598d9dd7e449a5980c26f731f72 (patch)
treeb832bea706a7ffaa1f98214797c17dcce1f0825e /Makefile
parented07546288733a13129a866ce70ea2f94d6259cb (diff)
hook desktop menu file installation into makefile and cabal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8eef53f30..bd8aa4f3f 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ install: all install-docs
install -d $(DESTDIR)$(PREFIX)/bin
install $(bins) $(DESTDIR)$(PREFIX)/bin
ln -sf git-annex $(DESTDIR)$(PREFIX)/bin/git-annex-shell
+ runghc Build/InstallDesktopFile.hs $(PREFIX)/bin/git-annex || true
test: $(sources) $(clibs)
@if ! $(GHCMAKE) -O0 test $(clibs); then \