aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/70-graphen/images/Makefile
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-05-26 22:02:15 +0200
committerNao Pross <np@0hm.ch>2021-05-26 22:02:15 +0200
commit31fa08ffa722b2f0fba35393f661f7346d41af4e (patch)
tree318a90e21c4b130bacbb477f64addc3da2a6a2ce /buch/chapters/70-graphen/images/Makefile
parentStart working on feedback (diff)
parentMerge pull request #17 from NaoPross/book-typos (diff)
downloadSeminarMatrizen-31fa08ffa722b2f0fba35393f661f7346d41af4e.tar.gz
SeminarMatrizen-31fa08ffa722b2f0fba35393f661f7346d41af4e.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '')
-rw-r--r--buch/chapters/70-graphen/images/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/buch/chapters/70-graphen/images/Makefile b/buch/chapters/70-graphen/images/Makefile
index bd77756..5db54c8 100644
--- a/buch/chapters/70-graphen/images/Makefile
+++ b/buch/chapters/70-graphen/images/Makefile
@@ -3,11 +3,14 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: peterson.pdf adjazenzu.pdf adjazenzd.pdf kreis.pdf fundamental.pdf
+all: peterson.pdf adjazenzu.pdf adjazenzd.pdf kreis.pdf fundamental.pdf \
+ petersonchrind.pdf nine.pdf gh.pdf
peterson.pdf: peterson.tex
pdflatex peterson.tex
+petersonchrind.pdf: petersonchrind.tex
+ pdflatex petersonchrind.tex
adjazenzu.pdf: adjazenzu.tex
pdflatex adjazenzu.tex
@@ -20,3 +23,9 @@ kreis.pdf: kreis.tex
fundamental.pdf: fundamental.tex
pdflatex fundamental.tex
+nine.pdf: nine.tex
+ pdflatex nine.tex
+
+gh.pdf: gh.tex
+ pdflatex gh.tex
+