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