texlive[60980] Master: luakeys.tex in runtime

commits+karl at tug.org commits+karl at tug.org
Sat Nov 6 22:29:32 CET 2021


Revision: 60980
          http://tug.org/svn/texlive?view=revision&revision=60980
Author:   karl
Date:     2021-11-06 22:29:32 +0100 (Sat, 06 Nov 2021)
Log Message:
-----------
luakeys.tex in runtime

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.tex

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys.tex

Deleted: trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys.tex	2021-11-06 20:40:50 UTC (rev 60979)
+++ trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys.tex	2021-11-06 21:29:32 UTC (rev 60980)
@@ -1,19 +0,0 @@
-%% luakeys.tex
-%% Copyright 2021 Josef Friedrich
-%
-% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either version 1.3c
-% of this license or (at your option) any later version.
-% The latest version of this license is in
-%   http://www.latex-project.org/lppl.txt
-% and version 1.3c or later is part of all distributions of LaTeX
-% version 2008/05/04 or later.
-%
-% This work has the LPPL maintenance status `maintained'.
-%
-% The Current Maintainer of this work is Josef Friedrich.
-%
-% This work consists of the files luakeys.lua, luakeys.sty, luakeys.tex
-% luakeys-debug.sty and luakeys-debug.tex.
-
-\directlua{luakeys = require('luakeys')}

Copied: trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.tex (from rev 60979, trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys.tex)
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.tex	2021-11-06 21:29:32 UTC (rev 60980)
@@ -0,0 +1,19 @@
+%% luakeys.tex
+%% Copyright 2021 Josef Friedrich
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3c
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+%   http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions of LaTeX
+% version 2008/05/04 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Josef Friedrich.
+%
+% This work consists of the files luakeys.lua, luakeys.sty, luakeys.tex
+% luakeys-debug.sty and luakeys-debug.tex.
+
+\directlua{luakeys = require('luakeys')}

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2021-11-06 20:40:50 UTC (rev 60979)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2021-11-06 21:29:32 UTC (rev 60980)
@@ -2088,7 +2088,7 @@
  'lua2dox',     'NULL',         # .def is lua code
  'luabidi',	'(arabmaths|footnoterule)|' . $standardtex,
  'luaintro',    'NULL',         # doc pkg
- 'luakeys',	'\.lua|' . $standardtex,
+ 'luakeys',	'\.lua|luakeys\.tex|' . $standardtex,
  'lualatex-math', '\.sty',      # not phst-doc.cls
  'luamesh',	'\.sty',        # not lltxdoc.cls
  'luapackageloader', '\.lua|' . $standardtex,
@@ -3734,7 +3734,6 @@
 
   $inspatt = $specialins{$package} || &specialins($package) || $standardins;
   $insrunner = $specialinsrunner{$package} || $standardinsrunner;
-  $insrunner_opt = $specialinsrunner_opt{$package} || $standardinsrunner_opt;
   $invoke_insrunner = "$insrunner $insrunner_opt";
   
   $Foundry = $specialfoundry{$package} || $standardfoundry;



More information about the tex-live-commits mailing list.