X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=ce75237183ef757e5e3066104a1df0db09d31638;hb=c6ccbad44780ea0fd5403a728068b398510c11e0;hp=8d478c8edc02ff4a800b17d58d2b8285ea9e2309;hpb=97a6efb026d66df8024ebbbf9450f2f721d2d7e8;p=blog.git diff --git a/Makefile b/Makefile index 8d478c8..ce75237 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,10 @@ emacs ?= emacs -OUT_DIR=/Users/peli3/Private/blog/_site +OUTDIR := "" all: - $(emacs) -Q --batch \ - -l ./blog.el \ - index.org \ - --eval '(org-publish-current-project t)' + $(emacs) -Q --script blog.el $(OUTDIR) + clean: rm -rf _site/*