summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 85253212719a4bfa7971cb39a735ede3251f1966 (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=*~ --delete _publish/ ryuslash.org:public_html/orgweb