git-auto-commit-mode/site/Makefile

11 lines
184 B
Makefile
Raw Normal View History

2013-04-10 01:51:30 +02:00
.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