We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1bb0a commit 2208a4bCopy full SHA for 2208a4b
Makefile
@@ -75,9 +75,9 @@ HTML_DST = \
75
${DST}/index.html \
76
${DST}/conduct/index.html \
77
${DST}/setup/index.html \
78
- $(patsubst _episodes/%.md,${DST}/%/index.html,$(wildcard _episodes/*.md)) \
+ $(patsubst _episodes/%.md,${DST}/%/index.html,$(sort $(wildcard _episodes/*.md))) \
79
${DST}/reference/index.html \
80
- $(patsubst _extras/%.md,${DST}/%/index.html,$(wildcard _extras/*.md)) \
+ $(patsubst _extras/%.md,${DST}/%/index.html,$(sort $(wildcard _extras/*.md))) \
81
${DST}/license/index.html
82
83
## lesson-md : convert Rmarkdown files to markdown
0 commit comments