Skip to content
Snippets Groups Projects
Commit c66815fa authored by James Vasile's avatar James Vasile
Browse files

Remove draft from non-draft version

parent dc3fc603
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ all-drafts:
# it'll wake up, issue its cheery version-header greeting, realize
# that nothing actually needs to be done, and exit.)
%.pdf: %.ltx Makefile venv
venv/bin/python3 ${JINJIFY} -o draft True $< > $(<:.ltx=.intermediate_ltx)
venv/bin/python3 ${JINJIFY} $< > $(<:.ltx=.intermediate_ltx)
@latexmk -pdf -pdflatex=$(PDFLATEX) -halt-on-error $(<:.ltx=.intermediate_ltx)
# This builds the draft. This only works if you're using the a jinja
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment