aboutsummaryrefslogtreecommitdiffstats
path: root/site/Makefile
blob: 700cc6f3077de611e7c07871efcc40c3ec25dac3 (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY: export publish

all:

export:
	emacs -batch -l project.el -f org-publish-all

publish: export
	rsync -avuz --delete --exclude='*~' _publish/ \
		ryuslash.org:public_html/orgweb/projects/gitto