orgweb/site/Makefile
Tom Willemse e1a3e94621 Add Makefile
This helps exporting and publishing.
2013-06-06 01:44:49 +02:00

7 lines
176 B
Makefile

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