From d2769cf7953657ac9ff6ba2acc27cb71a6543c5d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Mar 2012 12:00:19 -0400 Subject: shave some 12 mb from the installed size * git-annex now behaves as git-annex-shell if symlinked to and run by that name. The Makefile sets this up, saving some 8 mb of installed size. * git-union-merge is a demo program, so it is no longer built by default. --- git-annex.cabal | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 7d69b9a91..881e4d212 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120310 +Version: 3.20120315 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess @@ -39,9 +39,6 @@ Executable git-annex-shell Main-Is: git-annex-shell.hs Other-Modules: Utility.StatFS -Executable git-union-merge - Main-Is: git-union-merge.hs - source-repository head type: git location: git://git-annex.branchable.com/ -- cgit v1.2.3