aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/fm/Makefile
diff options
context:
space:
mode:
authorhaddoucher <reda.haddouche@ost.ch>2022-08-16 14:36:07 +0200
committerhaddoucher <reda.haddouche@ost.ch>2022-08-16 14:36:07 +0200
commitf031b148a79d1dafb0e3405643be05e7a7eb1222 (patch)
tree3f0c7d27ba90e10874a885cae9026fdbaa0b01e6 /buch/papers/fm/Makefile
parentUpdate tschebyscheff_beispiel.tex (diff)
parentMerge pull request #5 from haddoucher/sturmliouville/erik-branch (diff)
downloadSeminarSpezielleFunktionen-f031b148a79d1dafb0e3405643be05e7a7eb1222.tar.gz
SeminarSpezielleFunktionen-f031b148a79d1dafb0e3405643be05e7a7eb1222.zip
Merge remote-tracking branch 'origin/master' into sturmliouville/redabranch
Diffstat (limited to 'buch/papers/fm/Makefile')
-rw-r--r--buch/papers/fm/Makefile13
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 \