diff options
Diffstat (limited to 'buch/papers/zeta/images/Makefile')
-rw-r--r-- | buch/papers/zeta/images/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/buch/papers/zeta/images/Makefile b/buch/papers/zeta/images/Makefile index c8deeec..d9cc20d 100644 --- a/buch/papers/zeta/images/Makefile +++ b/buch/papers/zeta/images/Makefile @@ -1,5 +1,13 @@ # # Makefile to build images # +all: primzahlfunktion2.pdf zetaplot.pdf + primzahlfunktion2.pdf: primzahlfunktion2.tex pdflatex primzahlfunktion2.tex + +zetapath.tex: zetaplot.m zeta.m + octave zetaplot.m + +zetaplot.pdf: zetaplot.tex zetapath.tex + pdflatex zetaplot.tex |