orgweb/Makefile
Tom Willemse 163d49861a Don't delete the dotfiles directory
I use it to show my dotfiles, but they are not part of _this_ project.
2014-04-24 23:54:10 +02:00

15 lines
366 B
Makefile

all:
clean:
rm -f _publish/*.*
rm -rf _publish/projects
export: clean
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
$(MAKE) -C articles export
publish: export
rsync -avuz --exclude=*~ --exclude=dotfiles/ --delete _publish/ \
ryuslash.org:public_html/orgweb