Skip to content

Commit 2208a4b

Browse files
committed
Sort HTML_DST output
1 parent eb1bb0a commit 2208a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ HTML_DST = \
7575
${DST}/index.html \
7676
${DST}/conduct/index.html \
7777
${DST}/setup/index.html \
78-
$(patsubst _episodes/%.md,${DST}/%/index.html,$(wildcard _episodes/*.md)) \
78+
$(patsubst _episodes/%.md,${DST}/%/index.html,$(sort $(wildcard _episodes/*.md))) \
7979
${DST}/reference/index.html \
80-
$(patsubst _extras/%.md,${DST}/%/index.html,$(wildcard _extras/*.md)) \
80+
$(patsubst _extras/%.md,${DST}/%/index.html,$(sort $(wildcard _extras/*.md))) \
8181
${DST}/license/index.html
8282

8383
## lesson-md : convert Rmarkdown files to markdown

0 commit comments

Comments
 (0)