diff --git a/Makefile b/Makefile index f0fd2f0d..49c055c1 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ F:=-time -shell-escape -synctex=$(SYNCTEX) -output-format=pdf -file-line-error $ # target and files to be incldued in "make zip" ZIPFILES:=NOVAthesisFiles Bibliography Config Chapters LICENSE Makefile novathesis.cls README.md .gitignore template.tex -ZIPTARGET:=$(B)-$(VERSION)@$(DATE).zip +ZIPTARGET=$(B)-$(VERSION)@$(DATE).zip # extract version and date of the template VERSION=$(shell head -1 NOVAthesisFiles/nt-version.sty | sed -e 's/.*{//' -e 's/\(.*\)./\1/') @@ -164,6 +164,13 @@ endif +#———————————————————————————————————————————————————————————————————————————— +.PHONY: mtp +mtp: + @$(call mtp) + + + #———————————————————————————————————————————————————————————————————————————— .PHONY: time time times: