From: Thomas Ackermann
Date: Sat, 22 Dec 2012 18:34:27 +0000 (+0100)
Subject: Sort howto documents in howto-index.txt
X-Git-Tag: v1.8.0.3~18
X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/854dfda8be946b6d2a7cbbf2cd85628c92ddfb64?hp=-c
Sort howto documents in howto-index.txt
Howto documents in howto-index.txt were listed in a rather
random order. So better sort them.
Signed-off-by: Thomas Ackermann
Signed-off-by: Junio C Hamano
---
854dfda8be946b6d2a7cbbf2cd85628c92ddfb64
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 267dfe135d..b81df682d9 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -309,7 +309,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