Skip to content

Commit

Permalink
adapt makefile to English
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jan 28, 2024
1 parent 5db7524 commit e67182f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions slides/Makefile
Original file line number Diff line number Diff line change
@@ -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

3 changes: 1 addition & 2 deletions slides/slidesEnglish.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e67182f

Please sign in to comment.