Add Makefile
This helps exporting and publishing.
This commit is contained in:
parent
1201bfbfde
commit
e1a3e94621
1 changed files with 7 additions and 0 deletions
7
site/Makefile
Normal file
7
site/Makefile
Normal file
|
@ -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
|
Loading…
Reference in a new issue