diff options
Diffstat (limited to '')
-rw-r--r-- | buch/papers/fm/Makefile | 5 | ||||
-rw-r--r-- | buch/papers/fm/Makefile.inc | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/buch/papers/fm/Makefile b/buch/papers/fm/Makefile index aee954f..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 diff --git a/buch/papers/fm/Makefile.inc b/buch/papers/fm/Makefile.inc index e5cd9f6..b686b98 100644 --- a/buch/papers/fm/Makefile.inc +++ b/buch/papers/fm/Makefile.inc @@ -6,8 +6,9 @@ dependencies-fm = \ papers/fm/packages.tex \ papers/fm/main.tex \ - papers/fm/01_AM-FM.tex \ - papers/fm/02_frequenzyspectrum.tex \ + papers/fm/01_modulation.tex \ + papers/fm/01_AM.tex \ + papers/fm/02_FM.tex \ papers/fm/03_bessel.tex \ papers/fm/04_fazit.tex \ papers/fm/references.bib |