Skip to content

Commit

Permalink
Process the files in order
Browse files Browse the repository at this point in the history
This way there's no complains that files didn't exists because created on other
notebooks.
  • Loading branch information
dpshelio committed Sep 2, 2019
1 parent 20bbc1b commit 58e7017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PANDOCARGS=-t revealjs -s -V theme=night --css=http://lab.hakim.se/reveal-js/css
--css=$(ROOT)/css/ucl_reveal.css --css=$(ROOT)/site-styles/reveal.css \
--default-image-extension=png --highlight-style=zenburn --mathjax -V revealjs-url=http://lab.hakim.se/reveal-js

NOTEBOOKS=$(filter-out %.v2.ipynb %.nbconvert.ipynb,$(wildcard ch*/*.ipynb))
NOTEBOOKS=$(filter-out %.v2.ipynb %.nbconvert.ipynb,$(sort $(wildcard ch*/*.ipynb)))
SVGS=$(wildcard ch*/*.svg)

HTMLS=$(NOTEBOOKS:.ipynb=.html)
Expand Down

0 comments on commit 58e7017

Please sign in to comment.