8 lines
176 B
Makefile
8 lines
176 B
Makefile
|
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
|