From: Junio C Hamano Date: Fri, 19 Jan 2007 19:33:27 +0000 (-0800) Subject: Documentation: generated cmds-*.txt does not depend on git.txt X-Git-Tag: v1.5.0-rc2~26 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=be93fc088f3c6f78c3dd1b10544287129d066512;p=git.git Documentation: generated cmds-*.txt does not depend on git.txt Pointed out by Santi. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/Makefile b/Documentation/Makefile index 96755ad68..97ea133b4 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