diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3.ins | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3.ins b/Master/texmf-dist/source/latex/l3kernel/l3.ins index 20063fa76f7..903e3595c7c 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3.ins +++ b/Master/texmf-dist/source/latex/l3kernel/l3.ins @@ -77,7 +77,7 @@ Do not distribute a modified version of this file. \from{l3color.dtx} {package} \from{l3candidates.dtx} {package} \from{l3sys.dtx} {package} - \from{l3luatex.dtx} {package} + \from{l3luatex.dtx} {package,tex} } } @@ -123,5 +123,20 @@ Do not distribute a modified version of this file. \generate{\file{l3tl.sty} {\from{l3oldmodules.dtx} {l3tl,oldmodules}}} \generate{\file{l3token.sty} {\from{l3oldmodules.dtx} {l3token,oldmodules}}} +% Lua code + +\def\MetaPrefix{--} +\preamble + +EXPERIMENTAL CODE + +Do not distribute this file without also distributing the +source files specified above. + +Do not distribute a modified version of this file. + +\endpreamble +\nopostamble +\generate{\file{expl3.lua}{\from{l3luatex.dtx}{package,lua}}} \endbatchfile |