From: Shawn O. Pearce Date: Thu, 22 Feb 2007 04:49:51 +0000 (-0500) Subject: Include git-gui credits file in dist. X-Git-Tag: v1.5.0.2~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4917d2a66e8fa8c40ea6082c0fd8b58492c9444e?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- 4917d2a66e8fa8c40ea6082c0fd8b58492c9444e diff --git a/Makefile b/Makefile index f85fb7c197..64d29f7c18 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