Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlourenco committed May 5, 2024
2 parents f795234 + 36f0d75 commit ff3817a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down Expand Up @@ -164,6 +164,13 @@ endif



#————————————————————————————————————————————————————————————————————————————
.PHONY: mtp
mtp:
@$(call mtp)



#————————————————————————————————————————————————————————————————————————————
.PHONY: time
time times:
Expand Down

0 comments on commit ff3817a

Please sign in to comment.