summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index edf17bf..9acf057 100644
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,8 @@ clean:
export: clean
$(MAKE) -C articles export
- emacs -L $(CURDIR) -L ~/.emacs.d/vendor-lisp/org/lisp \
- -L ~/.emacs.d/vendor-lisp/org/contrib/lisp -batch -l project.el \
- -f org-publish-all
+ cask exec emacs -L $(CURDIR) -batch -l project.el -f org-publish-all
-publish: export
+publish:
rsync -avuz --exclude=*~ --exclude=dotfiles/ --delete _publish/ \
ryuslash.org:public_html/orgweb