X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=a302845e739fd0bc8ba15ceaf332dafc0d12ec56;hb=e2b735f8dd1f2e338aefc67f0701b6c578927956;hp=b8a0e31d121356ebb3c79457b4525250c6c63458;hpb=2d4835f86a50b19c891e684b55394124c0d0c5d4;p=blog.git diff --git a/Makefile b/Makefile index b8a0e31..a302845 100644 --- 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/*