diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |
