Change template name in Makefile
This commit is contained in:
parent
9d83051849
commit
eebb319d55
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ PANDOC_OPTIONS :=
|
||||||
|
|
||||||
# Normally this does not need to be changed:
|
# Normally this does not need to be changed:
|
||||||
# works if the template is local or in ~/.pandoc/templates
|
# works if the template is local or in ~/.pandoc/templates
|
||||||
PANDOC_TMPL := resume.tex
|
PANDOC_TMPL := template.latex
|
||||||
|
|
||||||
## ---- subdirectories (normally, no need to change) ----
|
## ---- subdirectories (normally, no need to change) ----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue