[latex3-commits] [git/l3build] master: Recursive strategy should not use * [ci skip] (7d8b628)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Dec 11 16:09:52 CET 2017
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/7d8b6281cb40bafe36ad6945f1a75f26893f4d49
>---------------------------------------------------------------
commit 7d8b6281cb40bafe36ad6945f1a75f26893f4d49
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Dec 11 15:09:52 2017 +0000
Recursive strategy should not use * [ci skip]
It ends up copying all of the files!
>---------------------------------------------------------------
7d8b6281cb40bafe36ad6945f1a75f26893f4d49
l3build.dtx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/l3build.dtx b/l3build.dtx
index f6559fd..abf35d8 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -686,8 +686,9 @@
% layout with all source files \enquote{here} is most convenient. However,
% \pkg{l3build} supports placement of both code and documentation source
% files in other locations using the \var{sourcefiledir} and \var{docfiledir}
-% variables. For pre-built trees, the glob syntax |**/*| may be useful in these
-% cases: this enables recursive searching in the appropriate tree locations.
+% variables. For pre-built trees, the glob syntax \texttt{**/*.\meta{ext}} may
+% be useful in these cases: this enables recursive searching in the appropriate
+% tree locations.
%
% \subsection{Output normalisation}
% \label{sec:norm}
More information about the latex3-commits
mailing list