diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-07-27 21:58:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 21:58:37 +0200 |
commit | 5b41ecb725dc4fe24762cec4f6ece88d8f5462b9 (patch) | |
tree | 1098ddfb2c08c63c9bdc39dcb5f1a6d3870a0096 /buch/papers/fm/Makefile | |
parent | Merge pull request #31 from JODBaer/master (diff) | |
parent | Herleitung Kapitel Bessel (diff) | |
download | SeminarSpezielleFunktionen-5b41ecb725dc4fe24762cec4f6ece88d8f5462b9.tar.gz SeminarSpezielleFunktionen-5b41ecb725dc4fe24762cec4f6ece88d8f5462b9.zip |
Merge pull request #32 from JODBaer/master
Herleitung Bessel FM
Diffstat (limited to '')
-rw-r--r-- | buch/papers/fm/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 \ |