fix build error of reftex on OSX

This commit is contained in:
Seiji Kumagai 2012-11-29 13:42:33 -05:00 committed by Seiji Kumagai
parent 4e40030a7a
commit a6f151db59

View File

@ -3,7 +3,9 @@
:type cvs :type cvs
:module "reftex" :module "reftex"
:url ":pserver:anonymous@cvs.sv.gnu.org:/sources/auctex" :url ":pserver:anonymous@cvs.sv.gnu.org:/sources/auctex"
:build '(("make") ("make" "info")) :build `(("make"
,(concat "EMACS=" el-get-emacs))
("make" "info"))
:features reftex :features reftex
:load-path ("lisp") :load-path ("lisp")
:info "doc") :info "doc")