Sort episodes before producing figures
[rnaseq-cwl-training.git] / Makefile
index b5dfe2fa455b72c0bd029122cdc129a71cbd5d66..7e46acbb7f53c7c65c261e44bd1a4934b460ba4b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,9 +65,9 @@ MARKDOWN_SRC = \
   index.md \
   CONDUCT.md \
   setup.md \
-  $(wildcard _episodes/*.md) \
+  $(sort $(wildcard _episodes/*.md)) \
   reference.md \
-  $(wildcard _extras/*.md) \
+  $(sort $(wildcard _extras/*.md)) \
   LICENSE.md
 
 # Generated lesson files in the order they appear in the navigation menu.