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.

I wonder if there's a way to generate what you need from a Makefile target? 
Would something like that help?

Thanks

________________________________
From: Uwe Brauer
Sent: Tuesday, October 01, 2024 3:49 PM
To: John Ciolfi
Cc: Matlab-emacs-discuss
Subject: The Cleanup of the matlab files


Hi John

I am about to update melpa, now besides changing the url, there is
another question:

You did a mayor cleanup in the github repository, so

Are theses files still relevant that are found in the directories listed
below?


Thanks

Uwe


(matlab-mode
 :fetcher git
 :url "https://git.code.sf.net/p/matlab-emacs/src";
 :files ("*.el" "*.m" ("toolbox" "toolbox/*.m")
         ("toolbox/+emacs" "toolbox/+emacs/*.m")
         ("toolbox/+emacs/@Breakpoints" "toolbox/+emacs/@Breakpoints/*.m")
         ("toolbox/+emacs/@EmacsServer" "toolbox/+emacs/@EmacsServer/*.m")
         ("toolbox/+emacs/@Stack" "toolbox/+emacs/@Stack/*.m")
         ("templates" "templates/*.srt")))

--
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.

_______________________________________________
Matlab-emacs-discuss mailing list
Matlab-emacs-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss

Reply via email to