aboutsummaryrefslogtreecommitdiffstats
path: root/site/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-07 03:48:21 +0200
committerGravatar Tom Willemsen2013-04-07 03:52:48 +0200
commit504949ebc61711a01eea86b463407a65d6ef3a39 (patch)
tree752fa247c1cbda43b78a95aad8b5330ff054a4e9 /site/Makefile
parentff09103c05dd10f74fff9e9fee4d0887ef85c52b (diff)
downloadclark-504949ebc61711a01eea86b463407a65d6ef3a39.tar.gz
clark-504949ebc61711a01eea86b463407a65d6ef3a39.zip
Add site and some complementary files
Diffstat (limited to 'site/Makefile')
-rw-r--r--site/Makefile9
1 files changed, 9 insertions, 0 deletions
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