random fixes and notes
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user