improved file naming in handin makefile
This commit is contained in:
parent
ffb4ba12ed
commit
d8519819e4
|
@ -2,7 +2,7 @@ TEX = pandoc
|
||||||
texsrc = template.tex handin.md
|
texsrc = template.tex handin.md
|
||||||
src = output.pdf
|
src = output.pdf
|
||||||
FLAGS = --latex-engine=xelatex
|
FLAGS = --latex-engine=xelatex
|
||||||
pdfname = $(shell basename $(CURDIR))
|
pdfname = $(shell basename $(CURDIR)).pdf
|
||||||
|
|
||||||
package: $(src)
|
package: $(src)
|
||||||
mkdir -p output
|
mkdir -p output
|
||||||
|
|
Loading…
Reference in New Issue
Block a user