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
|
||||
src = output.pdf
|
||||
FLAGS = --latex-engine=xelatex
|
||||
pdfname = $(shell basename $(CURDIR))
|
||||
pdfname = $(shell basename $(CURDIR)).pdf
|
||||
|
||||
package: $(src)
|
||||
mkdir -p output
|
||||
|
|
Loading…
Reference in New Issue
Block a user