summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-10-13 01:04:11 +0200
committerGravatar Tom Willemse2013-10-13 01:04:11 +0200
commit294e9da3b751e6afe71c9981f4cd00003523996d (patch)
tree2428ae39cb080b905c87595e281909bc78b9567b /Makefile
parent1f885cd7998112287da454880ed5552db8e276cc (diff)
downloadorgweb-294e9da3b751e6afe71c9981f4cd00003523996d.tar.gz
orgweb-294e9da3b751e6afe71c9981f4cd00003523996d.zip
Move everything out of site
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..bfdaa73
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+all:
+
+clean:
+ rm -rf _publish
+
+export: clean
+ emacs -L ~/.emacs.d/vendor-lisp/org/lisp \
+ -L ~/.emacs.d/vendor-lisp/org/contrib/lisp -batch -l project.el \
+ -f org-publish-all
+
+publish: export
+ rsync -avuz --exclude=*~ _publish/ ryuslash.org:public_html/orgweb