Skip to content
Snippets Groups Projects
Commit c7db38ae authored by Norbert Marwan's avatar Norbert Marwan
Browse files

add missing logo files

update makeinstall
parent 3d0addf2
No related branches found
Tags v5.17
No related merge requests found
% CRP Toolbox % CRP Toolbox
% Version 5.25 (R35) 09-Jun-2023 % Version 5.22 (R35) 05-Jul-2023
% %
% ace - Finds optimal transformation and maximal correlation. % ace - Finds optimal transformation and maximal correlation.
% adjust - Adjusts two two-column vectors. % adjust - Adjusts two two-column vectors.
...@@ -69,4 +69,4 @@ ...@@ -69,4 +69,4 @@
% along with this program; if not, write to the Free Software % along with this program; if not, write to the Free Software
% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. % Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
% Modified at 09-Jun-2023 17:58:38 by MAKEINSTALL % Modified at 05-Jul-2023 18:05:37 by MAKEINSTALL
...@@ -16,7 +16,7 @@ function crpclean ...@@ -16,7 +16,7 @@ function crpclean
% Norbert Marwan, Potsdam University, Germany % Norbert Marwan, Potsdam University, Germany
% http://www.agnld.uni-potsdam.de % http://www.agnld.uni-potsdam.de
% %
% Generation date: 09-Jun-2023 17:58:38 % Generation date: 05-Jul-2023 18:05:37
% $Date$ % $Date$
% $Revision$ % $Revision$
......
...@@ -5,7 +5,7 @@ toolbox_name='CRP Toolbox'; % name of the toolbox ...@@ -5,7 +5,7 @@ toolbox_name='CRP Toolbox'; % name of the toolbox
install_file='install.m'; % name of the install script install_file='install.m'; % name of the install script
deinstall_file='crpclean.m'; % name of the deinstall script deinstall_file='crpclean.m'; % name of the deinstall script
old_dirs={'crpdemo','crp-tb','crp-tool','crp','crpplugin'}; % possible old (obsolete) toolbox folders old_dirs={'crpdemo','crp-tb','crp-tool','crp','crpplugin'}; % possible old (obsolete) toolbox folders
ignore={'changelog.md','changelog.zsh','makerelease.zsh'}; % files and folders to be ignored ignore={'.gpl.crp','changelog.md','changelog.zsh','makerelease.zsh'}; % files and folders to be ignored
install_dirPC='crptool'; % the folder where the toolbox files will be extracted (PC) install_dirPC='crptool'; % the folder where the toolbox files will be extracted (PC)
install_dirUNIX='CRPtool'; % the folder where the toolbox files will be extracted (UNIX) install_dirUNIX='CRPtool'; % the folder where the toolbox files will be extracted (UNIX)
src_dir='~/matlab/CRPtool'; % folder with the origin toolbox src_dir='~/matlab/CRPtool'; % folder with the origin toolbox
......
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment