summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4a15f4)
raw | patch | inline | side by side (parent: e4a15f4)
author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 22 Feb 2007 04:49:51 +0000 (23:49 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 22 Feb 2007 05:47:42 +0000 (21:47 -0800) |
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>
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>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index f85fb7c197a6c9c12d0388c385f7583de7cd0f51..64d29f7c1852ccf4b531e6cfca5ad215377d555c 100644 (file)
--- a/Makefile
+++ b/Makefile
$(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