aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-03-12 13:40:31 -0400
committerJunio C Hamano <junkio@cox.net>2007-03-12 11:44:46 -0700
commit115f0fe49951b951495bdcd0420a44fb11c2173a (patch)
tree554a70df2f24eae9613e1281fbd86f68cf92c0ff
parent3ed02de2f46105cbc45fcc8f3287513f470eb4a3 (diff)
downloadgit-115f0fe49951b951495bdcd0420a44fb11c2173a.tar.gz
git-115f0fe49951b951495bdcd0420a44fb11c2173a.tar.xz
Don't package the git-gui credits file anymore
Since git-gui 0.6.4 the credits file is no longer produced. This file was removed from git-gui due to build issues that a lot of users and Git developers have reported running into. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f674e556f..eeb502fa5 100644
--- a/Makefile
+++ b/Makefile
@@ -901,8 +901,7 @@ dist: git.spec git-archive
$(TAR) rf $(GIT_TARNAME).tar \
$(GIT_TARNAME)/git.spec \
$(GIT_TARNAME)/version \
- $(GIT_TARNAME)/git-gui/version \
- $(GIT_TARNAME)/git-gui/credits
+ $(GIT_TARNAME)/git-gui/version
@rm -rf $(GIT_TARNAME)
gzip -f -9 $(GIT_TARNAME).tar