From e7f4d8d568bf62c76f4bf0ffdc0fe009134c184d Mon Sep 17 00:00:00 2001 From: Joshua Baer Date: Wed, 27 Jul 2022 17:45:10 +0200 Subject: Herleitung Kapitel Bessel --- buch/papers/fm/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'buch/papers/fm/Makefile') diff --git a/buch/papers/fm/Makefile b/buch/papers/fm/Makefile index c84963f..aee954f 100644 --- a/buch/papers/fm/Makefile +++ b/buch/papers/fm/Makefile @@ -16,15 +16,17 @@ SOURCES := \ #FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES)) -#.PHONY: images -#images: $(FIGURES) +all: images standalone + +.PHONY: images +images: $(FIGURES) #figures/%.pdf: tikz/%.tex # mkdir -p figures # pdflatex --output-directory=figures $< .PHONY: standalone -standalone: standalone.tex $(SOURCES) #$(FIGURES) +standalone: standalone.tex $(SOURCES) $(FIGURES) mkdir -p standalone cd ../..; \ pdflatex \ -- cgit v1.2.1