orgweb/Makefile
Tom Willemse 879aef7f89 Separate export of articles
To keep Creation dates somewhat more close to their actual creation
date.
2013-11-25 01:29:47 +01:00

14 lines
333 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=*~ _publish/ ryuslash.org:public_html/orgweb