]> pere.pagekite.me Git - homepage.git/blobdiff - blog/Makefile
Generated.
[homepage.git] / blog / Makefile
index a0d9902710d265234d1c474572178a4e93c8ae32..f935992c137ce8d7f61d703412476b01f2a894ff 100644 (file)
@@ -7,7 +7,9 @@ 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 maintainer.skolelinux.no "cd public_html/; git pull"