aboutsummaryrefslogtreecommitdiffstats
path: root/site/Makefile
diff options
context:
space:
mode:
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