summaryrefslogtreecommitdiffstats
path: root/site/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-10 01:51:30 +0200
committerGravatar Tom Willemsen2013-04-10 01:51:30 +0200
commit684010b71f621338795e6a50f9e7453ef6c86dc6 (patch)
treec7177f4e30a70d05baf500583e441491674ccf80 /site/Makefile
parent3b04c88eb6eafe7befbda6714c5f31b6c40fde09 (diff)
downloadgit-auto-commit-mode-4.2.0.tar.gz
git-auto-commit-mode-4.2.0.zip
Add other complementary files4.2.0
Diffstat (limited to 'site/Makefile')
-rw-r--r--site/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/site/Makefile b/site/Makefile
new file mode 100644
index 0000000..4abab99
--- /dev/null
+++ b/site/Makefile
@@ -0,0 +1,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