diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3format.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3format.ins | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3format.ins b/Master/texmf-dist/source/latex/l3kernel/l3format.ins index 35279ca592b..bdc5516701f 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3format.ins +++ b/Master/texmf-dist/source/latex/l3kernel/l3format.ins @@ -105,7 +105,7 @@ and all files in that bundle must be distributed together. \from{l3luatex.dtx} {initex,tex} \from{l3unicode.dtx} {initex} \from{l3candidates.dtx} {initex} - \from{l3deprecation.dtx}{initex} + \from{l3deprecation.dtx}{initex,kernel} % ======== FORMAT ONLY ========= \from{l3final.dtx} {initex} % ============================== @@ -131,6 +131,9 @@ and all files in that bundle must be distributed together. \file{l3str-enc-iso885916.def} {\from{l3str-convert.dtx}{iso885916}}% } +\generate{\file{l3debug.def}{\from{l3debug.dtx}{initex}}} +\generate{\file{l3deprecation.def}{\from{l3deprecation.dtx}{initex,patches}}} + \generate{\file{l3docstrip.tex}{\from{l3docstrip.dtx}{program}}} % Lua code (currently identical to the package-mode version) |