From dd41bb12727efc0d9951bb8ffd10d30f949e4b85 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 May 2013 14:39:45 +0200 Subject: Update README and other files, add site/ --- site/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 site/Makefile (limited to 'site/Makefile') diff --git a/site/Makefile b/site/Makefile new file mode 100644 index 0000000..700cc6f --- /dev/null +++ b/site/Makefile @@ -0,0 +1,10 @@ +.PHONY: export publish + +all: + +export: + emacs -batch -l project.el -f org-publish-all + +publish: export + rsync -avuz --delete --exclude='*~' _publish/ \ + ryuslash.org:public_html/orgweb/projects/gitto -- cgit v1.3-2-g0d8e