X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/9360fc5030d7e97000ef17da878687a6166a23c7..bc7ce486af48211379a9e6a5c33321820b49c389:/blog/Makefile diff --git a/blog/Makefile b/blog/Makefile index 222cdb9597..f935992c13 100644 --- a/blog/Makefile +++ b/blog/Makefile @@ -1,4 +1,15 @@ all: index.html -index.html: data/* +index.html: data/*.txt ./generate-rss + +clean: + $(RM) data/*~ *~ + +update: index.html + git add $$(cvs up|grep '^?' | cut -c3-) || true + git commit -m "Generated." . || true + git push + git push skolelinux +web: update + ssh maintainer.skolelinux.no "cd public_html/; git pull"