From 4dd42de2dd28bbbdf7e08693719e9c43f9294348 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 18 Jul 2021 11:00:07 +0200 Subject: Fix standalone makefile target --- buch/papers/punktgruppen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buch') diff --git a/buch/papers/punktgruppen/Makefile b/buch/papers/punktgruppen/Makefile index 47affeb..98e7149 100644 --- a/buch/papers/punktgruppen/Makefile +++ b/buch/papers/punktgruppen/Makefile @@ -32,7 +32,7 @@ figures/%.pdf: tikz/%.tex pdflatex --output-directory=figures $< .PHONY: standalone -standalone: standalone.tex $(SOURCES) +standalone: standalone.tex $(SOURCES) $(FIGURES) mkdir -p standalone cd ../..; \ pdflatex \ -- cgit v1.2.1