summaryrefslogtreecommitdiffstats
path: root/site/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'site/Makefile')
-rw-r--r--site/Makefile11
1 files changed, 8 insertions, 3 deletions
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