From: Peng Li Date: Sun, 12 Mar 2017 11:35:13 +0000 (+0800) Subject: fix build error X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=72823b6c34e4e8f875a66a6370771276f28f9946;p=blog.git fix build error --- diff --git a/Makefile b/Makefile index a5cc351..0797b2d 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ publish: test: $(emacs) -Q --batch -l my-publish.el index.org \ --eval '(setq debug-on-error t)' \ - --eval '(blog-setup-project-alist "$(BLOGDIR)"' \ + --eval '(blog-setup-project-alist "$(BLOGDIR)")' \ --eval '(org-publish-current-project t)' clean: