aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/Makefile
diff options
context:
space:
mode:
authorRoy Seitz <roy.seitz@ost.ch>2021-04-15 17:46:16 +0200
committerRoy Seitz <roy.seitz@ost.ch>2021-04-15 17:46:16 +0200
commita0efb46dd0415f3131021cc825ae4f6bf7172b12 (patch)
tree68e0bdbc652f89d765498495b4615c926b45ec85 /vorlesungen/slides/Makefile
parentSkalar-zu-Matrix DGL Folie. (diff)
parentadd oakley groups (diff)
downloadSeminarMatrizen-a0efb46dd0415f3131021cc825ae4f6bf7172b12.tar.gz
SeminarMatrizen-a0efb46dd0415f3131021cc825ae4f6bf7172b12.zip
Merge branch 'master' of github.com:AndreasFMueller/SeminarMatrizen
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 e2271b8..0f5fa8c 100644
--- a/vorlesungen/slides/Makefile.inc
+++ b/vorlesungen/slides/Makefile.inc
@@ -12,7 +12,8 @@ include ../slides/5/Makefile.inc
include ../slides/7/Makefile.inc
include ../slides/8/Makefile.inc
include ../slides/9/Makefile.inc
+include ../slides/a/Makefile.inc
slides = \
$(chapter0) $(chapter1) $(chapter2) $(chapter3) $(chapter4) \
- $(chapter5) $(chapter7) $(chapter8) $(chapter9)
+ $(chapter5) $(chapter7) $(chapter8) $(chapter9) $(chaptera)