X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=Makefile;h=0797b2db0d4b1eeee7b8470fa171aaf54e42186e;hb=72823b6c34e4e8f875a66a6370771276f28f9946;hp=00e53a254449694a1e4242e3243be1482a2c3402;hpb=89a798f7b0e604ad3b9796601be0889bad9159ed;p=blog.git diff --git a/Makefile b/Makefile index 00e53a2..0797b2d 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,11 @@ publish: --eval '(blog-setup-project-alist "$(BLOGDIR)" "$(OUTDIR)")' \ --eval '(org-publish-current-project)' -compile: +# test will force publishing all files in the porject +test: $(emacs) -Q --batch -l my-publish.el index.org \ --eval '(setq debug-on-error t)' \ - --eval '(blog-setup-project-alist "$(BLOGDIR)" "$(OUTDIR)")' \ + --eval '(blog-setup-project-alist "$(BLOGDIR)")' \ --eval '(org-publish-current-project t)' clean: