all: index.html
index.html: data/*.txt
./generate-rss
clean:
$(RM) data/*~ *~
update: index.html
git add $$(cvs up|grep '^?' | cut -c3-) || true
git commit -m "Generated." . || true
git push; git push skolelinux
web: update
ssh user.skolelinux.no "cd public_html/; git pull"