From 504949ebc61711a01eea86b463407a65d6ef3a39 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 7 Apr 2013 03:48:21 +0200 Subject: Add site and some complementary files --- site/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 site/Makefile (limited to 'site/Makefile') diff --git a/site/Makefile b/site/Makefile new file mode 100644 index 0000000..3ccaf3c --- /dev/null +++ b/site/Makefile @@ -0,0 +1,9 @@ +.PHONY: export publish + +all: + +export: + emacs -batch -l project.el -f org-publish-all + +publish: export + scp _publish/* ryuslash.org:public_html/orgweb/projects/clark -- cgit v1.3-2-g0d8e