aboutsummaryrefslogtreecommitdiffstats
path: root/site/Makefile
blob: 4abab998abc4f4ed1566d34d3a5010e8745225a8 (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
	scp _publish/* \
		ryuslash.org:public_html/orgweb/projects/git-auto-commit-mode