From 13cacccb5711d85a41c2e495391aa869dfbcbb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 7 Dec 2019 10:39:17 +0100 Subject: =?UTF-8?q?L=C3=A4gg=20till=20figures.tex=20till=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dokument/Teknisk Dokumentation/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Dokument/Teknisk Dokumentation/Makefile') diff --git a/Dokument/Teknisk Dokumentation/Makefile b/Dokument/Teknisk Dokumentation/Makefile index db2d036..681b2ce 100644 --- a/Dokument/Teknisk Dokumentation/Makefile +++ b/Dokument/Teknisk Dokumentation/Makefile @@ -7,6 +7,8 @@ # should always be the "all" rule, so that "make" and "make all" are identical. all: root.pdf +figures: figures.pdf + # CUSTOM BUILD RULES # In case you didn't know, '$@' is a variable holding the name of the target, @@ -32,5 +34,8 @@ all: root.pdf root.pdf: root.tex latexmk -pdf -pdflatex="pdflatex -interaction=nonstopmode" -use-make root.tex +figures.pdf: figures.tex + latexmk -pdf -pdflatex="pdflatex -interaction=nonstopmode" -use-make figures.tex + clean: latexmk -CA -- cgit v1.2.1