[latex3-commits] [git/LaTeX3-latex3-pdfresources] main: prepare ctan (90bc612)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sun Feb 21 22:48:49 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : main
Link : https://github.com/latex3/pdfresources/commit/90bc6121b864a2ef15378f8f4a642099e3a7707d
>---------------------------------------------------------------
commit 90bc6121b864a2ef15378f8f4a642099e3a7707d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Feb 21 22:48:49 2021 +0100
prepare ctan
>---------------------------------------------------------------
90bc6121b864a2ef15378f8f4a642099e3a7707d
build.lua | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/build.lua b/build.lua
index 8f7d690..2ece779 100644
--- a/build.lua
+++ b/build.lua
@@ -1,26 +1,36 @@
#!/usr/bin/env texlua
--- Build script for "pdfresources" bundle
+-- Build script for "LaTeX PDF management testphase bundle" bundle
-- Identify the bundle and module
bundle = ""
-module = "pdfresources"
+module = "pdfmanagement-testphase"
installfiles = {"*.sty","*.cls","*.def","*.lua","*.ltx"}
-sourcefiles = {"*.dtx","*.ins",
+
+if options["target"] == "ctan" then
+ sourcefiles = {"*.dtx","*.ins",
+ "l3ref-tmp.sty",
+ "firstaid/transparent-ltx.sty",
+ "firstaid/hyperxmp-patches-tmp-ltx.sty",
+ "firstaid/pdflscape-ltx.sty",
+ "firstaid/xcolor-patches-tmp-ltx.sty",
+ }
+else
+ sourcefiles = {"*.dtx","*.ins",
"l3ref-tmp.sty",
- "pdfmanagement-regressiontest.sty",
- "hgeneric-testphase.def",
"firstaid/transparent-ltx.sty",
"firstaid/hyperxmp-patches-tmp-ltx.sty",
"firstaid/pdflscape-ltx.sty",
"firstaid/xcolor-patches-tmp-ltx.sty",
+ "support/pdfmanagement-regressiontest.sty",
"newpackages/new-bookmark.sty",
"newpackages/bkm-generic.def",
"newpackages/new-attachfile.sty",
"newpackages/atfi-generic.def"
}
+end
checkruns = 3
More information about the latex3-commits
mailing list.