From 1a6b529c9f88bd92579714a43bfa2c9fa32e6a12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@othello.ch>
Date: Tue, 9 Aug 2022 08:27:08 +0200
Subject: add zetaplot

---
 buch/papers/zeta/images/Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'buch/papers/zeta/images/Makefile')

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
-- 
cgit v1.2.1