aboutsummaryrefslogtreecommitdiffstats
path: root/site/Makefile
blob: c7a2f826d50de403e7f4f13e9bf8e31c6c576b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.PHONY: export publish

all:

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

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

manual:
	$(MAKE) -C "$(CURDIR)"/../doc html

clean:
	rm -f *.elc
	rm -rf _publish