update options for pages
[blog.git] / Makefile
index ce75237..f1f4d12 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,18 @@
 ## Makefile to export org in blog file to html
 
 emacs ?= emacs
-
 OUTDIR := ""
+FORCE := "no"
 
 all:
-       $(emacs) -Q --script blog.el $(OUTDIR)
+       $(emacs) -Q --script blog.el $(OUTDIR) $(FORCE)
+
+# used for automation on server
+update:
+       git pull && $(emacs) -Q --script blog.el "~/www/html" "true" 
+
+test:
+       $(emaca) -Q --script blog.el "test" "true"
 
 clean:
        rm -rf _site/*