diff options
Diffstat (limited to 'buch/papers/fm/Makefile')
-rw-r--r-- | buch/papers/fm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buch/papers/fm/Makefile b/buch/papers/fm/Makefile index fb42942..c84963f 100644 --- a/buch/papers/fm/Makefile +++ b/buch/papers/fm/Makefile @@ -7,16 +7,16 @@ SOURCES := \ 01_AM-FM.tex \ 02_frequenzyspectrum.tex \ - main.tex \ 03_bessel.tex \ - 04_fazit.tex + 04_fazit.tex \ + main.tex #TIKZFIGURES := \ tikz/atoms-grid-still.tex \ #FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES)) -.PHONY: images +#.PHONY: images #images: $(FIGURES) #figures/%.pdf: tikz/%.tex |