From 36f0d75c40a4c770c478d268f2373266d9a3c9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Louren=C3=A7o?= Date: Sun, 5 May 2024 21:58:25 +0100 Subject: [PATCH] Version 7.1.27. --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: