From 684010b71f621338795e6a50f9e7453ef6c86dc6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 10 Apr 2013 01:51:30 +0200 Subject: Add other complementary files --- site/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 site/Makefile (limited to 'site/Makefile') 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 -- cgit v1.3-2-g0d8e