diff options
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buch/chapters/Makefile.inc b/buch/chapters/Makefile.inc index f5346d7..9a452e0 100644 --- a/buch/chapters/Makefile.inc +++ b/buch/chapters/Makefile.inc @@ -11,6 +11,8 @@ CHAPTERFILES = \ include chapters/000-einleitung/Makefile.inc include chapters/010-potenzen/Makefile.inc include chapters/020-exponential/Makefile.inc +include chapters/030-geometrie/Makefile.inc +include chapters/040-rekursion/Makefile.inc include chapters/060-integral/Makefile.inc include chapters/080-funktionentheorie/Makefile.inc |