summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2007-03-12 23:13:01 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2007-03-12 23:13:01 -0700
commit9550a9cea9ee7a1f88c362a36a8ba0b4d7e205f4 (patch)
treea1139d87abbf7d1ac72f7b68378b849dea890b33 /Makefile
parentMerge branch 'master' of git://repo.or.cz/git/fastimport (diff)
parentMerge branch 'maint' of git://repo.or.cz/git/fastimport into maint (diff)
downloadtgif-9550a9cea9ee7a1f88c362a36a8ba0b4d7e205f4.tar.xz
Merge branch 'maint'
* maint: Don't package the git-gui credits file anymore git-gui: Allow 'git gui version' outside of a repository git-gui: Revert "git-gui: Display all authors of git-gui." git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed." git-gui: Allow committing empty merges
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 084b7fe177..1a51f84f53 100644
--- a/Makefile
+++ b/Makefile
@@ -931,8 +931,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