summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90ac368)
raw | patch | inline | side by side (parent: 90ac368)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 13 Jun 2007 09:00:01 +0000 (02:00 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 13 Jun 2007 09:02:10 +0000 (02:02 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 0f6540c6d84b95616965330e1d198e976fa1c9f4..392a5c4bf1bb2e8733adee3c882186516e4911e5 100644 (file)
--- a/Makefile
+++ b/Makefile
$(BUILT_INS): git$X
$(QUIET_BUILT_IN)rm -f $@ && ln git$X $@
+common-cmds.h: ./generate-cmdlist.sh
+
common-cmds.h: $(wildcard Documentation/git-*.txt)
$(QUIET_GEN)./generate-cmdlist.sh > $@+ && mv $@+ $@