Sort episodes before producing figures
authorDavid Mawdsley <david.mawdsley@manchester.ac.uk>
Tue, 8 Aug 2017 09:17:50 +0000 (10:17 +0100)
committerDavid Mawdsley <david.mawdsley@manchester.ac.uk>
Tue, 8 Aug 2017 09:17:50 +0000 (10:17 +0100)
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.