X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/a6236cc67f0eddca5ab16877b82b1016bb7e8d45..2303a53e3000b721cc73c3bfe81b6d2911b51a35:/blog/Makefile diff --git a/blog/Makefile b/blog/Makefile index a0d9902710..bdee28f761 100644 --- a/blog/Makefile +++ b/blog/Makefile @@ -7,7 +7,8 @@ clean: $(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." . || true + 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"