Skip to content

Commit

Permalink
Stupid tab in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespjh committed Jun 6, 2016
1 parent 70b445b commit 590dc08
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 @@ -32,7 +32,7 @@ default: _site
java -Djava.awt.headless=true -jar plantuml.jar -p < $< > $@

%.html: %.nbconvert.ipynb Makefile jekyll.tpl
jupyter nbconvert --to html --template jekyll.tpl --stdout $< > $@
jupyter nbconvert --to html --template jekyll.tpl --stdout $< > $@

%.v2.ipynb: %.nbconvert.ipynb
jupyter nbconvert --to notebook --nbformat 2 --stdout $< > $@
Expand Down

0 comments on commit 590dc08

Please sign in to comment.