random fixes and notes

This commit is contained in:
2020-12-13 09:43:44 +01:00
parent b76b2d35cc
commit 68784b0e23
10 changed files with 30 additions and 28 deletions

View File

@@ -3,7 +3,7 @@ BASENAME=scientificcomputing-script
SUBDIRS=programming debugging plotting codestyle statistics bootstrap regression likelihood pointprocesses designpattern
SUBTEXS=$(foreach subd, $(SUBDIRS), $(subd)/lecture/$(subd).tex)
all : script chapters
all : plots chapters index script
chapters :
for sd in $(SUBDIRS); do $(MAKE) -C $$sd/lecture chapter; done