fix build error
authorPeng Li <seudut@gmail.com>
Sun, 12 Mar 2017 11:35:13 +0000 (19:35 +0800)
committerPeng Li <seudut@gmail.com>
Sun, 12 Mar 2017 11:35:13 +0000 (19:35 +0800)
Makefile

index a5cc351..0797b2d 100644 (file)
--- 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: