.PHONY: get
get:
	for i in howto example design faq; do \
    wget -O $$i.html http://tut-framework.sourceforge.net/$$i/; \
  done
	sed -i -e "\$$s,>  .*,>  $$(date)," README.docs
