diff --git a/IPython/nbconvert/templates/skeleton/Makefile b/IPython/nbconvert/templates/skeleton/Makefile index bb9b933..ad77bce 100644 --- a/IPython/nbconvert/templates/skeleton/Makefile +++ b/IPython/nbconvert/templates/skeleton/Makefile @@ -1,10 +1,10 @@ -all: tex/null.tplx tex/display_priority.tplx +all: ../latex/skeleton/null.tplx ../latex/skeleton/display_priority.tplx # convert jinja syntax to tex # cf http://flask.pocoo.org/snippets/55/ -tex/%.tplx: %.tpl +../latex/skeleton/%.tplx: %.tpl @echo 'generating tex equivalent of $^: $@' @echo '((= autogenerated file do not edit =))' > $@ @sed \ @@ -20,4 +20,4 @@ tex/%.tplx: %.tpl clean: @echo "cleaning generated tplx files..." - @rm tex/* + @rm ../latex/skeleton/*