[latex3-commits] [latex3/l3build] 0fda82: do not typeset the same documents twice
GitHub
noreply at github.com
Fri Jul 21 22:19:22 CEST 2017
Branch: refs/heads/master
Home: https://github.com/latex3/l3build
Commit: 0fda829d52543ce3bb30ef257875556beda380cc
https://github.com/latex3/l3build/commit/0fda829d52543ce3bb30ef257875556beda380cc
Author: XZS <d.f.fischer at web.de>
Date: 2017-07-21 (Fri, 21 Jul 2017)
Changed paths:
M l3build.lua
Log Message:
-----------
do not typeset the same documents twice
When first searching the unpackdir and then the typesetdir, files copied
into both are encountered twice. Tracking successfully typeset files can
suppress their unnecessary recompilation.
Simply not copying the typesetfiles and typesetdemofiles, which this
manly concerns, into the unpackdir is not sufficient to suppress double
processing, because a valid wild card in e.g. sourcefiles may still
match them, pulling them in.
More information about the latex3-commits
mailing list