aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-21 23:49:51 -0500
committerJunio C Hamano <junkio@cox.net>2007-02-21 21:47:42 -0800
commit4917d2a66e8fa8c40ea6082c0fd8b58492c9444e (patch)
tree5902730c8378b86a9aaeb6f6a7d1a1cb108c82fa /Makefile
parente4a15f40bcd9e5679345d3cc74db3162310a7c83 (diff)
downloadgit-4917d2a66e8fa8c40ea6082c0fd8b58492c9444e.tar.gz
git-4917d2a66e8fa8c40ea6082c0fd8b58492c9444e.tar.xz
Include git-gui credits file in dist.
The Makefile for the git-gui subproject will fail to execute if run outside of a git.git directory, such as when building from a .tar.gz or .tar.bz2. This is because it is looking for the credits file, which was created but omitted from the tarball by the toplevel Makefile. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f85fb7c19..64d29f7c1 100644
--- a/Makefile
+++ b/Makefile
@@ -895,7 +895,8 @@ 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/version \
+ $(GIT_TARNAME)/git-gui/credits
@rm -rf $(GIT_TARNAME)
gzip -f -9 $(GIT_TARNAME).tar