[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: Still need docstrip.tex for unpacking (342542be6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Oct 4 11:01:31 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : LaTeX2020
Link : https://github.com/latex3/latex3/commit/342542be6b806dcf56972f7b4b02339cc03eba3d
>---------------------------------------------------------------
commit 342542be6b806dcf56972f7b4b02339cc03eba3d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Oct 4 10:01:31 2019 +0100
Still need docstrip.tex for unpacking
l3build needs to include texmfdir for unpack()!
>---------------------------------------------------------------
342542be6b806dcf56972f7b4b02339cc03eba3d
build-config.lua | 1 +
{texmf/tex/latex/base => support}/docstrip.tex | 0
2 files changed, 1 insertion(+)
diff --git a/build-config.lua b/build-config.lua
index 194e415a9..8278d86da 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -15,6 +15,7 @@ tagfiles = tagfiles or {"*.dtx", "README.md", "CHANGELOG.md"}
unpacksuppfiles = unpacksuppfiles or
{
"*.ini",
+ "docstrip.tex",
"hyphen.cfg",
"lualatexquotejobname.lua",
"luatexconfig.tex",
diff --git a/texmf/tex/latex/base/docstrip.tex b/support/docstrip.tex
similarity index 100%
copy from texmf/tex/latex/base/docstrip.tex
copy to support/docstrip.tex
More information about the latex3-commits
mailing list