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 <gitster@pobox.com>2012-12-23 08:40:07 +0400
committerJunio C Hamano <gitster@pobox.com>2012-12-23 08:40:07 +0400
commit86c3e6ed515d5e3bfca1d515c607db55ba032d71 (patch)
tree69cc0ddc15dc194ddb996d7d9bb0a65ec7d501bb /Documentation/Makefile
parentb3cf6f3b8d21b32d88313fc709442b78300975db (diff)
parentc2999adcd5a7577ac445c4a9e6dd69d4b12a3664 (diff)
Merge branch 'maint'
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 f3afcb620d..e53d333e5c 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -331,7 +331,7 @@ $(patsubst %.txt,%.texi,$(MAN_TXT)): %.texi : %.xml
howto-index.txt: howto-index.sh $(wildcard howto/*.txt)
$(QUIET_GEN)$(RM) $@+ $@ && \
- '$(SHELL_PATH_SQ)' ./howto-index.sh $(wildcard howto/*.txt) >$@+ && \
+ '$(SHELL_PATH_SQ)' ./howto-index.sh $(sort $(wildcard howto/*.txt)) >$@+ && \
mv $@+ $@
$(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt