Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Teach run-command to redirect stdout to /dev/null
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 084b7fe1775c0527c724dd39bd710005e40499c7..1a51f84f53e3b658f397721b7ccd97fcc8cf370b 100644
(file)
--- 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