Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-19 22:33:27 +0300
committerJunio C Hamano <junkio@cox.net>2007-01-19 22:33:27 +0300
commitbe93fc088f3c6f78c3dd1b10544287129d066512 (patch)
tree42fc624924ddacd68875902bee563435c7de54bf /Documentation/Makefile
parentcb48cb585f3bed37467565ed35889726568a442d (diff)
Documentation: generated cmds-*.txt does not depend on git.txt
Pointed out by Santi. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 96755ad687..97ea133b43 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -78,7 +78,7 @@ cmds_txt = cmds-ancillaryinterrogators.txt \
cmds-plumbingmanipulators.txt \
cmds-synchingrepositories.txt
-$(cmds_txt): cmd-list.perl $(MAN1_TXT) $(MAN7_TXT)
+$(cmds_txt): cmd-list.perl $(MAN1_TXT)
perl ./cmd-list.perl
git.7 git.html: git.txt core-intro.txt