Make org-mode recipie work with paths containing spaces

This commit is contained in:
Dave Abrahams 2012-01-11 10:30:39 -05:00
parent e868cd5e68
commit 3fb4c96eba

View File

@ -6,7 +6,7 @@
:info "doc"
:build `,(mapcar
(lambda (target)
(concat "make " target " EMACS=" el-get-emacs))
(list "make" target (concat "EMACS=" (shell-quote-argument el-get-emacs))))
'("clean" "all"))
:load-path ("." "lisp" "contrib/lisp")
:autoloads nil