Skip to content

Commit 854dfda

Browse files
tacker66gitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 086cb91 commit 854dfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ $(patsubst %.txt,%.texi,$(MAN_TXT)): %.texi : %.xml
309309

310310
howto-index.txt: howto-index.sh $(wildcard howto/*.txt)
311311
$(QUIET_GEN)$(RM) $@+ $@ && \
312-
'$(SHELL_PATH_SQ)' ./howto-index.sh $(wildcard howto/*.txt) >$@+ && \
312+
'$(SHELL_PATH_SQ)' ./howto-index.sh $(sort $(wildcard howto/*.txt)) >$@+ && \
313313
mv $@+ $@
314314

315315
$(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt

0 commit comments

Comments
 (0)