[latex3-commits] [git/LaTeX3-latex3-pdfresources] main: missed lua-file (5ac6bab)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Feb 22 11:46:24 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : main
Link : https://github.com/latex3/pdfresources/commit/5ac6bab60af27ea0568be8e841e5f851bad87495
>---------------------------------------------------------------
commit 5ac6bab60af27ea0568be8e841e5f851bad87495
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Feb 22 11:46:24 2021 +0100
missed lua-file
>---------------------------------------------------------------
5ac6bab60af27ea0568be8e841e5f851bad87495
l3backend-testphase.dtx | 2 +-
pdfmanagement-testphase.ins | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3backend-testphase.dtx b/l3backend-testphase.dtx
index abd69ec..ffa7fd0 100644
--- a/l3backend-testphase.dtx
+++ b/l3backend-testphase.dtx
@@ -141,7 +141,7 @@
% Load the lua code.
% \begin{macrocode}
%<*luatex>
- \directlua { require("l3backend-pdf.lua") }
+ \directlua { require("l3backend-testphase.lua") }
%</luatex>
% \end{macrocode}
% \subsection{Hooks}
diff --git a/pdfmanagement-testphase.ins b/pdfmanagement-testphase.ins
index e41dede..6452b24 100644
--- a/pdfmanagement-testphase.ins
+++ b/pdfmanagement-testphase.ins
@@ -207,5 +207,5 @@ and all files in that bundle must be distributed together.
\MetaPrefix\space End of File `\outFileName'.%
}
\def\currentpostamble{\defaultpostamble}%
-\generate{\file{l3backend-pdf.lua} {\from{l3backend-testphase.dtx}{lua}}}
+\generate{\file{l3backend-testphase.lua} {\from{l3backend-testphase.dtx}{lua}}}
\endbatchfile
More information about the latex3-commits
mailing list.