From e1a3e94621e6474602007efd61f512c78efd5e79 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 6 Jun 2013 01:44:49 +0200 Subject: Add Makefile This helps exporting and publishing. --- site/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 site/Makefile 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 -- cgit v1.2.3-54-g00ecf