From b3c89eda7c0b60930c5bd9b276b0e49d9573135c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 27 Dec 2014 21:41:36 +0100 Subject: Use cask to manage/load dependencies --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.3-2-g0d8e