]> pere.pagekite.me Git - homepage.git/blobdiff - blog/Makefile
New post.
[homepage.git] / blog / Makefile
index a0d9902710d265234d1c474572178a4e93c8ae32..69fcf58ab70c78bf1de7a2873584410499a64b5d 100644 (file)
@@ -7,7 +7,9 @@ clean:
        $(RM) data/*~ *~
 
 update: index.html
        $(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
 web: update
-       ssh user.skolelinux.no "cd public_html/; cvs up -dPA blog"
+       ssh user.skolelinux.no "cd public_html/; git pull"