comparison dist-files.mk @ 5650:6805ab42c8aa

Don't convert to short paths for default-octave target (bug #59923). * installer-files/octave-no-shortpath.patch, installer-files/octave-bat-no-shortpath.patch, installer-files/cmdshell-no-shortpath.patch: Add patches that remove conversion of path to short file names from scripts. * binary-dist-rules.mk: Apply new patches for default-octave target. * dist-files.mk: Add new files to build system.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 31 Jan 2021 18:38:38 +0100
parents ae36e8c35157
children 20b5270c1eb1
comparison
equal deleted inserted replaced
5649:27b4f385c45d 5650:6805ab42c8aa
1070 octave-wrapper.in \ 1070 octave-wrapper.in \
1071 octaverc 1071 octaverc
1072 1072
1073 INSTALL_FILES_1 := \ 1073 INSTALL_FILES_1 := \
1074 cmdshell.bat \ 1074 cmdshell.bat \
1075 cmdshell-no-short-path.patch \
1075 post-install.bat \ 1076 post-install.bat \
1076 fc_update.bat \ 1077 fc_update.bat \
1077 gpl-3.0.txt \ 1078 gpl-3.0.txt \
1078 octave.bat \ 1079 octave.bat \
1079 octave.bmp \ 1080 octave.bmp \
1080 octave.vbs \ 1081 octave.vbs \
1082 octave-bat-no-short-path.patch \
1081 octave-firsttime.vbs \ 1083 octave-firsttime.vbs \
1082 octave-hdr.bmp \ 1084 octave-hdr.bmp \
1083 octave-logo.ico \ 1085 octave-logo.ico \
1086 octave-no-short-path.patch \
1084 post-install.bat \ 1087 post-install.bat \
1085 README.html 1088 README.html
1086 INSTALL_FILES := $(addprefix installer-files/, $(INSTALL_FILES_1)) 1089 INSTALL_FILES := $(addprefix installer-files/, $(INSTALL_FILES_1))
1087 1090
1088 DIST_FILES := \ 1091 DIST_FILES := \