texlive[66269] trunk: keep runscript.{dll,exe} copies here, and
commits+karl at tug.org
commits+karl at tug.org
Wed Mar 1 02:59:44 CET 2023
Revision: 66269
http://tug.org/svn/texlive?view=revision&revision=66269
Author: karl
Date: 2023-03-01 02:59:43 +0100 (Wed, 01 Mar 2023)
Log Message:
-----------
keep runscript.{dll,exe} copies here, and install them on Windows
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/ChangeLog
trunk/Build/source/texk/texlive/linked_scripts/Makefile.am
trunk/Build/source/texk/texlive/linked_scripts/Makefile.in
trunk/Build/source/texk/texlive/windows_wrapper/README
trunk/Master/tlpkg/dev/srclist.txt
Added Paths:
-----------
trunk/Build/source/texk/texlive/windows_wrapper/runscript.dll
trunk/Build/source/texk/texlive/windows_wrapper/runscript.exe
Property Changed:
----------------
trunk/Build/source/texk/texlive/windows_wrapper/README
Modified: trunk/Build/source/texk/texlive/linked_scripts/ChangeLog
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/ChangeLog 2023-03-01 00:50:45 UTC (rev 66268)
+++ trunk/Build/source/texk/texlive/linked_scripts/ChangeLog 2023-03-01 01:59:43 UTC (rev 66269)
@@ -1,3 +1,8 @@
+2023-02-28 Karl Berry <karl at freefriends.org>
+
+ * Makefile.am (install-data-hook) [WIN32]: don't install
+ mtxrun.dll, since ConTeXt isn't handled here any more.
+
2022-09-11 Reinhard Kotucha <reinhard.kotucha at web.de>
* Makefile.am : rename rungs.tlu to rungs.lua
Modified: trunk/Build/source/texk/texlive/linked_scripts/Makefile.am
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/Makefile.am 2023-03-01 00:50:45 UTC (rev 66268)
+++ trunk/Build/source/texk/texlive/linked_scripts/Makefile.am 2023-03-01 01:59:43 UTC (rev 66269)
@@ -302,7 +302,6 @@
$(INSTALL_SCRIPT) $(top_srcdir)/$(WIN_WRAPPER)/runscript.dll $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) $(top_srcdir)/$(WIN_WRAPPER)/runscript.exe $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) $(top_srcdir)/$(WIN_WRAPPER)/runscript.tlu $(DESTDIR)$(bindir)
- $(INSTALL_SCRIPT) $(top_srcdir)/$(WIN_WRAPPER)/context/mtxrun.dll $(DESTDIR)$(bindir)
else !WIN32
## Name the link as the basename, removing any extension,
## except for listings-ext.sh, which is documented as that name.
Modified: trunk/Build/source/texk/texlive/linked_scripts/Makefile.in
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/Makefile.in 2023-03-01 00:50:45 UTC (rev 66268)
+++ trunk/Build/source/texk/texlive/linked_scripts/Makefile.in 2023-03-01 01:59:43 UTC (rev 66269)
@@ -751,7 +751,6 @@
@WIN32_TRUE@ $(INSTALL_SCRIPT) $(top_srcdir)/$(WIN_WRAPPER)/runscript.dll $(DESTDIR)$(bindir)
@WIN32_TRUE@ $(INSTALL_SCRIPT) $(top_srcdir)/$(WIN_WRAPPER)/runscript.exe $(DESTDIR)$(bindir)
@WIN32_TRUE@ $(INSTALL_SCRIPT) $(top_srcdir)/$(WIN_WRAPPER)/runscript.tlu $(DESTDIR)$(bindir)
- at WIN32_TRUE@ $(INSTALL_SCRIPT) $(top_srcdir)/$(WIN_WRAPPER)/context/mtxrun.dll $(DESTDIR)$(bindir)
@WIN32_FALSE@ @REL=`$(relpath) '$(DESTDIR)' '$(bindir)' '$(datarootdir)'`; \
@WIN32_FALSE@ if test -z "$$REL"; then \
@WIN32_FALSE@ echo 'unable to compute relative path for linked scripts' >&2; \
Modified: trunk/Build/source/texk/texlive/windows_wrapper/README
===================================================================
--- trunk/Build/source/texk/texlive/windows_wrapper/README 2023-03-01 00:50:45 UTC (rev 66268)
+++ trunk/Build/source/texk/texlive/windows_wrapper/README 2023-03-01 01:59:43 UTC (rev 66269)
@@ -1,8 +1,11 @@
-This file and the graphics are public domain.
-
-This directory is for the generic TeX Live wrapper on Windows that is
-used for most scripts. The main file is runscript.tlu.
-
-*.svg are the sources for *.ico,
-and the *.ico are used in wrappers.
-Hence their locaton here.
+$Id$
+This README file and the graphics are public domain.
+
+This directory is for the generic TeX Live wrapper on Windows that is
+used for most scripts. The main file is runscript.tlu.
+
+runscript.exe/dll are copied here from the runtime (bin/windows) because
+../linked_scripts/Makefile[.am] installs them on Windows.
+
+*.svg are the sources for *.ico,
+and the *.ico are used in wrappers. Hence their locaton here.
Property changes on: trunk/Build/source/texk/texlive/windows_wrapper/README
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property
Added: trunk/Build/source/texk/texlive/windows_wrapper/runscript.dll
===================================================================
(Binary files differ)
Index: trunk/Build/source/texk/texlive/windows_wrapper/runscript.dll
===================================================================
--- trunk/Build/source/texk/texlive/windows_wrapper/runscript.dll 2023-03-01 00:50:45 UTC (rev 66268)
+++ trunk/Build/source/texk/texlive/windows_wrapper/runscript.dll 2023-03-01 01:59:43 UTC (rev 66269)
Property changes on: trunk/Build/source/texk/texlive/windows_wrapper/runscript.dll
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/Build/source/texk/texlive/windows_wrapper/runscript.exe
===================================================================
(Binary files differ)
Index: trunk/Build/source/texk/texlive/windows_wrapper/runscript.exe
===================================================================
--- trunk/Build/source/texk/texlive/windows_wrapper/runscript.exe 2023-03-01 00:50:45 UTC (rev 66268)
+++ trunk/Build/source/texk/texlive/windows_wrapper/runscript.exe 2023-03-01 01:59:43 UTC (rev 66269)
Property changes on: trunk/Build/source/texk/texlive/windows_wrapper/runscript.exe
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Master/tlpkg/dev/srclist.txt
===================================================================
--- trunk/Master/tlpkg/dev/srclist.txt 2023-03-01 00:50:45 UTC (rev 66268)
+++ trunk/Master/tlpkg/dev/srclist.txt 2023-03-01 01:59:43 UTC (rev 66269)
@@ -24,6 +24,8 @@
# Maintained in Master (with Id expansion there).
Master/bin/windows/runscript.tlu Build/source/texk/texlive/windows_wrapper/runscript.tlu
+Master/bin/windows/runscript.exe Build/source/texk/texlive/windows_wrapper/runscript.exe
+Master/bin/windows/runscript.dll Build/source/texk/texlive/windows_wrapper/runscript.dll
# Glyph lists used by pdftex, now maintained in lcdf-typetools:
Build/source/texk/lcdf-typetools/lcdf-typetools-*/glyphtounicode.tex Master/texmf-dist/tex/generic/pdftex/glyphtounicode.tex
More information about the tex-live-commits
mailing list.