el-get/recipes/matlab-mode.rcp
lgiraldi 20bb25c64f Update matlab-mode.rcp
The build command now works for different emacs versions
2015-02-15 10:39:21 +01:00

12 lines
490 B
Plaintext

(:name matlab-mode
:description "Major mode for MATLAB(R) dot-m files"
:website "http://matlab-emacs.sourceforge.net/"
:type cvs
:module "matlab-emacs"
:url ":pserver:anonymous@matlab-emacs.cvs.sourceforge.net:/cvsroot/matlab-emacs"
:build `(("touch" "Makefile") ; Makefile is generated by EDE, but kept in CVS
("make" ,(format "EMACS=%s" (shell-quote-argument el-get-emacs))))
:load-path (".")
:features matlab-load)