summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/Makefile b/site/Makefile
new file mode 100644
index 0000000..0b628e7
--- /dev/null
+++ b/site/Makefile
@@ -0,0 +1,7 @@
+export:
+ emacs -L ~/.emacs.d/vendor-lisp/org/lisp \
+ -batch -l project.el \
+ -f org-publish-all
+
+publish:
+ rsync -avuz --exclude=*~ _publish/ ryuslash.org:public_html/orgweb