diff --git a/slides/Makefile b/slides/Makefile index b69aeb5..72adf52 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -1,11 +1,15 @@ all: ../index.html +slidesEnglish.tmp: slidesEnglish.md + pandoc --self-contained -t slidy -o $@ $< +slidesEnglish.html: slidesEnglish.tmp pre.html post.html + cat pre.html slidesEnglish.tmp post.html > $@ slidesDutch.tmp: slidesDutch.md pandoc --self-contained -t slidy -o $@ $< slidesDutch.html: slidesDutch.tmp pre.html post.html cat pre.html slidesDutch.tmp post.html > $@ -../index.html: slidesDutch.html - cp slidesDutch.html ../index.html +../index.html: slidesDutch.html slidesEnglish.html + cp slidesEnglish.html ../index.html clean: rm slide*.html *.tmp diff --git a/slides/slidesEnglish.md b/slides/slidesEnglish.md index 2926a5b..e9963a9 100644 --- a/slides/slidesEnglish.md +++ b/slides/slidesEnglish.md @@ -78,9 +78,8 @@ git clone https://github.com/bos/strange-loop-2011 * Some handy libraries and tools -# Lets get started! -# Problem definition +# Problem definition for the rest of the workshop Given a web site, we want to scrape it and find important web pages.