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