orgweb/Makefile

14 lines
283 B
Makefile
Raw Permalink Normal View History

2013-10-02 00:02:08 +02:00
all:
clean:
rm -f _publish/*.*
rm -rf _publish/projects
2013-10-02 00:02:08 +02:00
export: clean
$(MAKE) -C articles export
2014-12-27 21:41:36 +01:00
cask exec emacs -L $(CURDIR) -batch -l project.el -f org-publish-all
2014-12-27 21:41:36 +01:00
publish:
rsync -avuz --exclude=*~ --exclude=dotfiles/ --delete _publish/ \
ryuslash.org:public_html/orgweb