diff options
author | f1bi1n <109807532+f1bi1n@users.noreply.github.com> | 2022-08-15 20:21:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 20:21:26 +0200 |
commit | 13e80fa4f6ca5fb0551e2e3adca931d32091cab1 (patch) | |
tree | 2793c654e5d5f4556a32c7dfea915fd37c74f59b /buch/papers/fm/Makefile | |
parent | 2.Uerbarbeitung, bruch (diff) | |
parent | Merge pull request #50 from ntobler/master (diff) | |
download | SeminarSpezielleFunktionen-13e80fa4f6ca5fb0551e2e3adca931d32091cab1.tar.gz SeminarSpezielleFunktionen-13e80fa4f6ca5fb0551e2e3adca931d32091cab1.zip |
Merge branch 'master' into master
Diffstat (limited to 'buch/papers/fm/Makefile')
-rw-r--r-- | buch/papers/fm/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/buch/papers/fm/Makefile b/buch/papers/fm/Makefile index c84963f..f30c4a9 100644 --- a/buch/papers/fm/Makefile +++ b/buch/papers/fm/Makefile @@ -5,8 +5,9 @@ # SOURCES := \ - 01_AM-FM.tex \ - 02_frequenzyspectrum.tex \ + 00_modulation.tex \ + 01_AM.tex \ + 02_FM.tex \ 03_bessel.tex \ 04_fazit.tex \ main.tex @@ -16,15 +17,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 \ |