summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6d7fdcc03a97d9602c5569972dfdff4994549780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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