summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-29 20:37:53 +0000
committerKarl Berry <karl@freefriends.org>2015-07-29 20:37:53 +0000
commit6c09dd71fc1b55b7990d439747f090fa57a84b77 (patch)
tree27ec807656fd77f9bd0b1d05c5a54076e0f33539 /Master/texmf-dist/source
parent568e05b08953c4648cc69aa8e0e6bc6db68dc1e6 (diff)
l3build (29jul15)
git-svn-id: svn://tug.org/texlive/trunk@37991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/l3build/l3build.dtx16
1 files changed, 7 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx
index cec0ac6dda6..780134c0efb 100644
--- a/Master/texmf-dist/source/latex/l3build/l3build.dtx
+++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx
@@ -39,8 +39,8 @@
\RequirePackage{expl3}
\def\ExplFileName{l3build}
\def\ExplFileDescription{L3 Regression test suite}
-\def\ExplFileDate{2015/06/25}
-\def\ExplFileVersion{5639}
+\def\ExplFileDate{2015/07/28}
+\def\ExplFileVersion{5704}
\documentclass[full]{l3doc}
\renewcommand\partname{Part}
\usepackage{multicol,needspace}
@@ -105,9 +105,8 @@
\luavarset{excludefiles} {\{"*\string~"\}} {Files to ignore entirely (default for Emacs backup files).}
\luavarset{installfiles} {\{"*.sty"\}} {Files to install to the \TeX{} tree and similar tasks.}
\luavarset{makeindexfiles} {\{"*.ist"\}}{MakeIndex files to be included in a TDS-style zip}
-\luavarset{readmefiles} {\{"README.md", "README.markdown", "README.txt"\}} {Files which should have the extension removed when sent to CTAN.}
\luavarset{sourcefiles} {\{"*.dtx", "*.ins"\}}{Files to copy for unpacking.}
-\luavarset{textfiles} {\{ \}}{Plain text files to send to CTAN as-is.}
+\luavarset{textfiles} {\{"*.md", "*.txt"\}}{Plain text files to send to CTAN as-is.}
\luavarset{typesetfiles} {\{"*.dtx"\}} {Files to typeset for documentation.}
\luavarset{typesetsuppfiles}{\{~\}} {Files needed to support typesetting when \enquote{sandboxed}.}
\luavarset{unpackfiles} {\{"*.ins"\}} {Files to run to perform unpacking.}
@@ -244,7 +243,7 @@
% abc.dtx
% abc.ins
% build.lua
-% README
+% README.md
% support/
% testfiles/
% \end{Verbatim}
@@ -265,7 +264,7 @@
% support/
% yyy/ zoo/
% build.lua build.lua
-% README README
+% README.md README.md
% testfiles/ testfiles/
% yyy.dtx zoo.dtx
% yyy.ins zoo.ins
@@ -366,11 +365,11 @@
% abc.dtx
% abc.ins
% abc.pdf
-% README
+% README.md
% abc.tds.zip/
% doc/latex/abc/
% abc.pdf
-% README
+% README.md
% source/latex/abc/
% abc.dtx
% abc.ins
@@ -392,7 +391,6 @@
% \item all files matched by \var{docfiles},
% \item all files matched by \var{typesetfiles} with their extension replaced with |.pdf|,
% \item all files matched by \var{textfiles},
-% \item all files matched by \var{readmefiles}, but when copied their extension is entirely removed (e.g., |README.markdown| is copied as just |README|), and
% \item all files matched by \var{bibfiles}.
% \end{itemize}
% The |source| tree is constructed from all files matched by \var{typesetfiles} and \var{sourcefiles}.