Skip to content

Commit 86c3e6e

Browse files
committed
Merge branch 'maint'
2 parents b3cf6f3 + c2999ad commit 86c3e6e

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
@@ -331,7 +331,7 @@ $(patsubst %.txt,%.texi,$(MAN_TXT)): %.texi : %.xml
331331

332332
howto-index.txt: howto-index.sh $(wildcard howto/*.txt)
333333
$(QUIET_GEN)$(RM) $@+ $@ && \
334-
'$(SHELL_PATH_SQ)' ./howto-index.sh $(wildcard howto/*.txt) >$@+ && \
334+
'$(SHELL_PATH_SQ)' ./howto-index.sh $(sort $(wildcard howto/*.txt)) >$@+ && \
335335
mv $@+ $@
336336

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

0 commit comments

Comments
 (0)