Update download order of project / make files so a call to make will work.

update doc about calling "make".
This commit is contained in:
zappo 2014-11-13 21:27:34 +00:00
parent 5bc4c8eef7
commit 99ea0fc8ee

View file

@ -23,6 +23,11 @@ function dl_emacs_support(varargin)
% dl_emacs_support dl
% dl_emacs_support
%
% On unix, you can then execute:
%
% !make
%
% to compile.
po = inputParser;
@ -46,8 +51,8 @@ function dl_emacs_support(varargin)
tlcFiles = { 'tlc.el' };
cedetFiles = { 'cedet-matlab.el' 'semantic-matlab.el' ...
'semanticdb-matlab.el' 'templates/srecode-matlab.srt' };
supportFiles = { 'README' 'Makefile' ...
'Project.ede' 'INSTALL' 'ChangeLog' ...
supportFiles = { 'README' 'INSTALL' 'ChangeLog' ...
'Project.ede' 'Makefile' ...
'toolbox/Project.ede' 'toolbox/Makefile' ...
'templates/Project.ede' 'templates/Makefile'};