summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 9acf0573ceab33456d0b7331f9bf36e8fea7be92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all:

clean:
	rm -f _publish/*.*
	rm -rf _publish/projects

export: clean
	$(MAKE) -C articles export
	cask exec emacs -L $(CURDIR) -batch -l project.el -f org-publish-all

publish:
	rsync -avuz --exclude=*~ --exclude=dotfiles/ --delete _publish/ \
		ryuslash.org:public_html/orgweb