all: index.html
-index.html: data/*
+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 maintainer.skolelinux.no "cd public_html/; git pull"