[latex3-commits] [git/LaTeX3-latex3-latex3] cmd: Really install frozen version (b59c8bf94)
PhelypeOleinik
phelype.oleinik at latex-project.org
Sat Jan 23 00:43:17 CET 2021
Repository : https://github.com/latex3/latex3
On branch : cmd
Link : https://github.com/latex3/latex3/commit/b59c8bf94c19b93ff2fa82f6172e82f3cf8bb246
>---------------------------------------------------------------
commit b59c8bf94c19b93ff2fa82f6172e82f3cf8bb246
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Fri Jan 22 20:43:17 2021 -0300
Really install frozen version
>---------------------------------------------------------------
b59c8bf94c19b93ff2fa82f6172e82f3cf8bb246
l3packages/xparse/build.lua | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/l3packages/xparse/build.lua b/l3packages/xparse/build.lua
index 4e808b44c..49e947653 100644
--- a/l3packages/xparse/build.lua
+++ b/l3packages/xparse/build.lua
@@ -10,8 +10,15 @@ module = "xparse"
installfiles = {
"xparse.ltx",
"xparse.sty",
- "xparse-generic.tex",
"xparse-????-??-??.sty",
+ "xparse-generic.tex" -- temporary
+}
+
+sourcefiles = {
+ "*.dtx",
+ "*.ins",
+ "*-????-??-??.sty",
+ "xparse-generic.tex" -- temporary
}
-- Location of main directory: use Unix-style path separators
More information about the latex3-commits
mailing list.