all: template.html content.txt timeline.css
	python microblog.py ./template.html ./content.txt > result.html
# for people who don't want to read the README 
# and want to hit `make` to see how things work.
template.html:
	cp ./template-generic.html template.html
timeline.css:
	cp ./timeline-generic.css timeline.css
content.txt:
	cp example.txt content.txt