aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-03-01 16:04:13 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-03-01 16:04:13 +0100
commit6a56afa0e79fb4ac6f04c1d3c3a8e6314331989b (patch)
tree52e37148ae1752c231935f0733d82cf6552c02b7 /vorlesungen/slides/Makefile
parentadd week 3 presentation (diff)
downloadSeminarMatrizen-6a56afa0e79fb4ac6f04c1d3c3a8e6314331989b.tar.gz
SeminarMatrizen-6a56afa0e79fb4ac6f04c1d3c3a8e6314331989b.zip
new slides
Diffstat (limited to '')
-rw-r--r--vorlesungen/slides/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vorlesungen/slides/Makefile.inc b/vorlesungen/slides/Makefile.inc
index 910f87e..61dc3c6 100644
--- a/vorlesungen/slides/Makefile.inc
+++ b/vorlesungen/slides/Makefile.inc
@@ -6,6 +6,7 @@
include ../slides/0/Makefile.inc
include ../slides/1/Makefile.inc
include ../slides/3/Makefile.inc
+include ../slides/4/Makefile.inc
slides = \
- $(chapter0) $(chapter1) $(chapter3)
+ $(chapter0) $(chapter1) $(chapter3) $(chapter4)