From 0c1c736bae53fd4c79df601dd2561ddf8e50bbaf Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 2 Oct 2013 00:02:08 +0200 Subject: Update build script --- site/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'site/Makefile') diff --git a/site/Makefile b/site/Makefile index 0b628e7..bfdaa73 100644 --- a/site/Makefile +++ b/site/Makefile @@ -1,7 +1,12 @@ -export: +all: + +clean: + rm -rf _publish + +export: clean emacs -L ~/.emacs.d/vendor-lisp/org/lisp \ - -batch -l project.el \ + -L ~/.emacs.d/vendor-lisp/org/contrib/lisp -batch -l project.el \ -f org-publish-all -publish: +publish: export rsync -avuz --exclude=*~ _publish/ ryuslash.org:public_html/orgweb -- cgit v1.3-2-g0d8e