summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3format.ins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-02 22:51:31 +0000
committerKarl Berry <karl@freefriends.org>2019-05-02 22:51:31 +0000
commit4de7376b42147ed2246d7320e079bdebd84d9503 (patch)
treec84b6bf2943a50ce3651f54a5fd83a3918e8905e /Master/texmf-dist/source/latex/l3kernel/l3format.ins
parentfc9aebc5bf923b3e26bd4157f786523ff49d2cbe (diff)
l3kernel (22apr19)
git-svn-id: svn://tug.org/texlive/trunk@50950 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3format.ins')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3format.ins74
1 files changed, 67 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3format.ins b/Master/texmf-dist/source/latex/l3kernel/l3format.ins
index 1af3587b031..facad3048b4 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3format.ins
+++ b/Master/texmf-dist/source/latex/l3kernel/l3format.ins
@@ -2,7 +2,7 @@
File l3format.ins
-Copyright (C) 2011,2012,2014-2018 The LaTeX3 Project
+Copyright (C) 2011,2012,2014-2019 The LaTeX3 Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -111,11 +111,71 @@ and all files in that bundle must be distributed together.
}
}
-\generate{\file{l3dvipdfmx.ltx} {\from{l3drivers.dtx}{initex,dvipdfmx} }}
-\generate{\file{l3dvips.ltx} {\from{l3drivers.dtx}{initex,dvips} }}
-\generate{\file{l3dvisvgm.ltx} {\from{l3drivers.dtx}{initex,dvisvgm} }}
-\generate{\file{l3pdfmode.ltx} {\from{l3drivers.dtx}{initex,pdfmode} }}
-\generate{\file{l3xdvipdfmx.ltx}{\from{l3drivers.dtx}{initex,xdvipdfmx}}}
+\generate
+ {
+ \file{l3dvipdfmx.ltx}
+ {
+ \from{l3drivers.dtx} {initex,dvipdfmx}
+ \from{l3drivers-basics.dtx}{initex,dvipdfmx}
+ \from{l3drivers-color.dtx} {initex,dvipdfmx}
+ \from{l3drivers-box.dtx} {initex,dvipdfmx}
+ \from{l3drivers-draw.dtx} {initex,dvipdfmx}
+ \from{l3drivers-image.dtx} {initex,dvipdfmx}
+ \from{l3drivers-pdf.dtx} {initex,dvipdfmx}
+ }
+ }
+\generate
+ {
+ \file{l3dvips.ltx}
+ {
+ \from{l3drivers.dtx} {initex,dvips}
+ \from{l3drivers-basics.dtx}{initex,dvips}
+ \from{l3drivers-color.dtx} {initex,dvips}
+ \from{l3drivers-box.dtx} {initex,dvips}
+ \from{l3drivers-draw.dtx} {initex,dvips}
+ \from{l3drivers-image.dtx} {initex,dvips}
+ \from{l3drivers-pdf.dtx} {initex,dvips}
+ }
+ }
+\generate
+ {
+ \file{l3dvisvgm.ltx}
+ {
+ \from{l3drivers.dtx} {initex,dvisvgm}
+ \from{l3drivers-basics.dtx}{initex,dvisvgm}
+ \from{l3drivers-color.dtx} {initex,dvisvgm}
+ \from{l3drivers-box.dtx} {initex,dvisvgm}
+ \from{l3drivers-draw.dtx} {initex,dvisvgm}
+ \from{l3drivers-image.dtx} {initex,dvisvgm}
+ \from{l3drivers-pdf.dtx} {initex,dvisvgm}
+ }
+ }
+\generate
+ {
+ \file{l3pdfmode.ltx}
+ {
+ \from{l3drivers.dtx} {initex,pdfmode}
+ \from{l3drivers-basics.dtx}{initex,pdfmode}
+ \from{l3drivers-color.dtx} {initex,pdfmode}
+ \from{l3drivers-box.dtx} {initex,pdfmode}
+ \from{l3drivers-draw.dtx} {initex,pdfmode}
+ \from{l3drivers-image.dtx} {initex,pdfmode}
+ \from{l3drivers-pdf.dtx} {initex,pdfmode}
+ }
+ }
+\generate
+ {
+ \file{l3xdvipdfmx.ltx}
+ {
+ \from{l3drivers.dtx} {initex,xdvipdfmx}
+ \from{l3drivers-basics.dtx}{initex,xdvipdfmx}
+ \from{l3drivers-color.dtx} {initex,xdvipdfmx}
+ \from{l3drivers-box.dtx} {initex,xdvipdfmx}
+ \from{l3drivers-draw.dtx} {initex,xdvipdfmx}
+ \from{l3drivers-image.dtx} {initex,xdvipdfmx}
+ \from{l3drivers-pdf.dtx} {initex,xdvipdfmx}
+ }
+ }
\generate{\file{l3docstrip.tex}{\from{l3docstrip.dtx}{program}}}
@@ -124,7 +184,7 @@ and all files in that bundle must be distributed together.
\def\MetaPrefix{--}
\preamble
-Copyright (C) 1990-2017 The LaTeX3 Project
+Copyright (C) 1990-2019 The LaTeX3 Project
It may be distributed and/or modified under the conditions of
the LaTeX Project Public License (LPPL), either version 1.3c of