Add Makefile

This helps exporting and publishing.
This commit is contained in:
Tom Willemse 2013-06-06 01:44:49 +02:00
parent 1201bfbfde
commit e1a3e94621

7
site/Makefile Normal file
View file

@ -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