From 72823b6c34e4e8f875a66a6370771276f28f9946 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sun, 12 Mar 2017 19:35:13 +0800 Subject: [PATCH] fix build error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0