$(RM) data/*~ *~
update: index.html
- cvs commit -m "Generated."
+ 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"