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