]> pere.pagekite.me Git - homepage.git/blobdiff - blog/Makefile
Generated.
[homepage.git] / blog / Makefile
index f3947435176dc0c94b588c8ce42a90e87afccaa9..f935992c137ce8d7f61d703412476b01f2a894ff 100644 (file)
@@ -8,7 +8,8 @@ clean:
 
 update: index.html
        git add $$(cvs up|grep '^?' | cut -c3-) || true
-       git commit -m "Generated." .
-       git push; git push skolelinux
+       git commit -m "Generated." . || true
+       git push
+       git push skolelinux
 web: update
-       ssh user.skolelinux.no "cd public_html/; git pull"
+       ssh maintainer.skolelinux.no "cd public_html/; git pull"