added slides for bootstrap

This commit is contained in:
2017-01-17 09:59:25 +01:00
parent 9eb7fdf94a
commit 9fbf7653b1
5 changed files with 722 additions and 4 deletions

View File

@@ -4,10 +4,13 @@ all : pdf
include ../../chapter.mk
# script:
pdf : chapter
include ../../slides.mk
clean : cleanchapter
# script and slides:
pdf : chapter slides
clean : cleanchapter cleanslides
cleanall : clean cleanallchapter cleanallslides
cleanall : clean cleanchapter