diff options
| author | Junio C Hamano <gitster@pobox.com> | 2012-12-22 20:40:07 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2012-12-22 20:40:07 -0800 |
| commit | 86c3e6ed515d5e3bfca1d515c607db55ba032d71 (patch) | |
| tree | 69cc0ddc15dc194ddb996d7d9bb0a65ec7d501bb | |
| parent | Git 1.8.1-rc3 (diff) | |
| parent | Merge branch 'jc/doc-diff-blobs' into maint (diff) | |
| download | git-86c3e6ed515d5e3bfca1d515c607db55ba032d71.tar.gz git-86c3e6ed515d5e3bfca1d515c607db55ba032d71.zip | |
Merge branch 'maint'
| -rw-r--r-- | Documentation/Makefile | 2 |
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 |
