aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/70-graphen/images/Makefile
blob: b42cbae56ae0dbb3c478914369bd73120cb9bdd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Makefile -- Bilder für Kapitel Graphen
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
all:	peterson.pdf adjazenzu.pdf adjazenzd.pdf kreis.pdf

peterson.pdf:	peterson.tex
	pdflatex peterson.tex

adjazenzu.pdf:	adjazenzu.tex
	pdflatex adjazenzu.tex

adjazenzd.pdf:	adjazenzd.tex
	pdflatex adjazenzd.tex

kreis.pdf:	kreis.tex
	pdflatex kreis.tex