Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Sort howto documents in howto-index.txt
author
Thomas Ackermann
<th.acker@arcor.de>
Sat, 22 Dec 2012 18:34:27 +0000
(19:34 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 23 Dec 2012 04:26:56 +0000
(20:26 -0800)
Howto documents in howto-index.txt were listed in a rather
random order. So better sort them.
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
086cb91
)
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index 267dfe135ddef1d5e6cc452d6fdcd8b22b9e36a2..b81df682d9243b9c3de07bc9c1981ea80e6d5ee5 100644
(file)
--- 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