|
From: John C. <ci...@ma...> - 2024-10-02 15:17:04
|
I just added a make target to help with this (commit ccd2d06):
make list-files-for-release
which will display the following (notice matlab-load.el is excluded because this is generated and dependent on the version of Emacs):
company-matlab-shell.el
linemark.el
matlab-cgen.el
matlab-compat.el
matlab-complete.el
matlab.el
matlab-maint.el
matlab-mode-pkg.el
matlab-netshell.el
matlab-scan.el
matlab-shell.el
matlab-shell-gud.el
matlab-syntax.el
matlab-topic.el
mlgud.el
mlint.el
tlc.el
bin/matlab-emacsclient.sh
toolbox/+emacs/@Breakpoints/Breakpoints.m
toolbox/+emacs/@EmacsServer/EmacsServer.m
toolbox/+emacs/@Stack/Stack.m
toolbox/+emacs/set.m
toolbox/dbhotlink.m
toolbox/ebclear.m
toolbox/ebstack.m
toolbox/ebstatus.m
toolbox/ebstop.m
toolbox/emacscd.m
toolbox/emacsdocomplete.m
toolbox/emacsinit.m
toolbox/emacsnetshell.m
toolbox/emacsrun.m
toolbox/emacsrunregion.m
toolbox/emacstipstring.m
toolbox/help.m
toolbox/opentoline.m
This can be tweaked as needed to help melpa. For example, we could update it to generate the ":files" value you need.
Thanks
John
________________________________
From: Uwe Brauer
Sent: Wednesday, October 02, 2024 10:59 AM
To: John Ciolfi
Cc: Uwe Brauer; Matlab-emacs-discuss
Subject: Re: The Cleanup of the matlab files
>>> "JC" == John Ciolfi <ci...@ma...> writes:
> Hi
> We need the *.el files and all *.m files under the toolbox directory tree, and the bin/*.sh file.
> cd Emacs-MATLAB-Mode
> ls *.el
> find toolbox -name '*.m' -print
> ls bin/*.sh
> Note, the bin/*.sh is used by one of the *.m files.
Thanks!
> I wonder if there's a way to generate what you need from a Makefile
> target? Would something like that help?
I asked already the MELPA maintainer, to which extend our Makefile is
used (maybe I knew this when I put the package to MELPA, but I forgot).
The problem is now that
«make»
Searches a MATLAB installation and the machine running MELPA might not
have MATLAB installed.
I have not heard anything so I will ping him again.
Regards
Uwe
--
I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel
I strongly condemn Putin's war of aggression against Ukraine.
I support to deliver weapons to Ukraine's military.
I support the EU and NATO membership of Ukraine.
|