[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: split newpackages and firstaid (634cff3)
Ulrike Fischer
fischer at troubleshooting-tex.de
Thu Feb 11 16:04:58 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : reworking-annot
Link : https://github.com/latex3/pdfresources/commit/634cff36a46209475abb187e7e23ee519ca9c751
>---------------------------------------------------------------
commit 634cff36a46209475abb187e7e23ee519ca9c751
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Feb 11 16:04:58 2021 +0100
split newpackages and firstaid
>---------------------------------------------------------------
634cff36a46209475abb187e7e23ee519ca9c751
build.lua | 10 +++++-----
{newpackages => firstaid}/hyperxmp-patches-tmp-ltx.sty | 0
{newpackages => firstaid}/pdflscape-ltx.sty | 0
{newpackages => firstaid}/transparent-ltx.sty | 0
{newpackages => firstaid}/xcolor-patches-tmp.sty | 0
{newpackages => info}/outline-syntax.tex | 0
{newpackages => info}/xmp/pdfa-3b.xmp | 0
{newpackages => info}/xmp/zugferd-comfort-1p0.xmp | 0
8 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/build.lua b/build.lua
index 2a6da28..5e0209b 100644
--- a/build.lua
+++ b/build.lua
@@ -10,16 +10,16 @@ module = "pdfresources"
installfiles = {"*.sty","*.cls","*.def","*.lua"}
sourcefiles = {"*.dtx","*.ins",
"l3ref-tmp.sty",
- "newpackages/xcolor-patches-tmp.sty",
"pdfmanagement-regressiontest.sty",
"hgeneric-experimental.def",
- "newpackages/transparent-ltx.sty",
+ "firstaid/transparent-ltx.sty",
+ "firstaid/hyperxmp-patches-tmp-ltx.sty",
+ "firstaid/pdflscape-ltx.sty",
+ "firstaid/xcolor-patches-tmp.sty",
"newpackages/new-bookmark.sty",
"newpackages/bkm-generic.def",
"newpackages/new-attachfile.sty",
- "newpackages/atfi-generic.def",
- "newpackages/hyperxmp-patches-tmp-ltx.sty",
- "newpackages/pdflscape-ltx.sty"
+ "newpackages/atfi-generic.def"
}
checkruns = 3
diff --git a/newpackages/hyperxmp-patches-tmp-ltx.sty b/firstaid/hyperxmp-patches-tmp-ltx.sty
similarity index 100%
rename from newpackages/hyperxmp-patches-tmp-ltx.sty
rename to firstaid/hyperxmp-patches-tmp-ltx.sty
diff --git a/newpackages/pdflscape-ltx.sty b/firstaid/pdflscape-ltx.sty
similarity index 100%
rename from newpackages/pdflscape-ltx.sty
rename to firstaid/pdflscape-ltx.sty
diff --git a/newpackages/transparent-ltx.sty b/firstaid/transparent-ltx.sty
similarity index 100%
rename from newpackages/transparent-ltx.sty
rename to firstaid/transparent-ltx.sty
diff --git a/newpackages/xcolor-patches-tmp.sty b/firstaid/xcolor-patches-tmp.sty
similarity index 100%
rename from newpackages/xcolor-patches-tmp.sty
rename to firstaid/xcolor-patches-tmp.sty
diff --git a/newpackages/outline-syntax.tex b/info/outline-syntax.tex
similarity index 100%
rename from newpackages/outline-syntax.tex
rename to info/outline-syntax.tex
diff --git a/newpackages/xmp/pdfa-3b.xmp b/info/xmp/pdfa-3b.xmp
similarity index 100%
rename from newpackages/xmp/pdfa-3b.xmp
rename to info/xmp/pdfa-3b.xmp
diff --git a/newpackages/xmp/zugferd-comfort-1p0.xmp b/info/xmp/zugferd-comfort-1p0.xmp
similarity index 100%
rename from newpackages/xmp/zugferd-comfort-1p0.xmp
rename to info/xmp/zugferd-comfort-1p0.xmp
More information about the latex3-commits
mailing list.