summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-12-23 05:40:07 +0100
committerJunio C Hamano <gitster@pobox.com>2012-12-23 05:40:07 +0100
commit86c3e6ed515d5e3bfca1d515c607db55ba032d71 (patch)
tree69cc0ddc15dc194ddb996d7d9bb0a65ec7d501bb /Documentation/Makefile
parentGit 1.8.1-rc3 (diff)
parentMerge branch 'jc/doc-diff-blobs' into maint (diff)
downloadgit-86c3e6ed515d5e3bfca1d515c607db55ba032d71.tar.xz
git-86c3e6ed515d5e3bfca1d515c607db55ba032d71.zip
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