Update remote update
[blog.git] / Makefile
index b8a0e31..a302845 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,10 @@ FORCE := "no"
 all:
        $(emacs) -Q --script blog.el $(OUTDIR) $(FORCE)
 
+# used for automation on server
 update:
        git pull
-       $(emacs) -Q --script blog.el $(OUTDIR)
+       $(emacs) -Q --script blog.el "~/www/html" "true"
 
 clean:
        rm -rf _site/*