diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-25 20:58:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-25 20:58:47 +0000 |
commit | 2f6ef1426efcea1eafdd9ca9d5cbd08e0e9726d5 (patch) | |
tree | 063769eed870f93683e85dbe3fe04a852f36e43d /Master/texmf-dist/source/latex/l3build | |
parent | 68725e4c00f7540a73778ba91bdbe68dd135f01c (diff) |
l3build (25nov17)
git-svn-id: svn://tug.org/texlive/trunk@45905 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index 5a7e4a6e735..d894295b15c 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -82,7 +82,7 @@ \luavarset{demofiles} {\{~\}}{Files which show how to use a module.} \luavarset{docfiles} {\{~\}}{Files which are part of the documentation but should not be typeset.} \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{installfiles} {\{"*.sty","*.cls"\}} {Files to install to the \TeX{} tree and similar tasks.} \luavarset{makeindexfiles} {\{"*.ist"\}}{MakeIndex files to be included in a TDS-style zip} \luavarset{sourcefiles} {\{"*.dtx", "*.ins"\}}{Files to copy for unpacking.} \luavarset{textfiles} {\{"*.md", "*.txt"\}}{Plain text files to send to CTAN as-is.} @@ -208,7 +208,7 @@ % }^^A % } % -% \date{Released 2017/09/12} +% \date{Released 2017/11/25} % % \maketitle % \tableofcontents @@ -292,10 +292,12 @@ % \item check \meta{name(s)} % \item cmdcheck % \item clean +% \item ctan % \item doc \meta{name(s)} % \item install % \item save \meta{name(s)} % \item setversion +% \item unpack % \end{itemize} % These commands are described below. % |