X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=Makefile;h=f1f4d1260148a3ed15637b0d0da477844ae0c729;hb=323ccbeededf2954ddeb3e14ff68a275ccb231ff;hp=b8a0e31d121356ebb3c79457b4525250c6c63458;hpb=a1e8b148970121c8f944f5abb2b85cca59090366;p=blog.git diff --git a/Makefile b/Makefile index b8a0e31..f1f4d12 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,12 @@ FORCE := "no" all: $(emacs) -Q --script blog.el $(OUTDIR) $(FORCE) +# used for automation on server update: - git pull - $(emacs) -Q --script blog.el $(OUTDIR) + git pull && $(emacs) -Q --script blog.el "~/www/html" "true" + +test: + $(emaca) -Q --script blog.el "test" "true" clean: rm -rf _site/*