From cb091e7872afd81a32d2ab981635a968b9958e43 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Fri, 16 Feb 2018 08:30:00 +0100 Subject: [PATCH] fixed png conversion with pdflatex --- FFI/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FFI/Makefile b/FFI/Makefile index 1917948..328771e 100644 --- a/FFI/Makefile +++ b/FFI/Makefile @@ -1,4 +1,6 @@ all: - latexmk -pdf ForensInf2_Zusammenfassung.tex + pdflatex ForensInf2_Zusammenfassung.tex +gitlab: + pdflatex -jobname=$(NAME).pdf ForensInf2_Zusammenfassung.tex -.PHONY: all +.PHONY: all gitlab