summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
-rw-r--r--Master/tlpkg/tlpsrc/collection-basic.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/lua-alt-getopt.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/scheme-basic.tlpsrc3
5 files changed, 9 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index e0b630cd687..233a32257b5 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -177,7 +177,7 @@ my @TLP_working = qw(
lshort-spanish lshort-thai lshort-turkish lshort-ukr
lshort-vietnamese ltablex ltabptch
ltxdockit ltxindex ltxmisc ltxnew
- luainputenc luamplib luaotfload luatextra lxfonts
+ lua-alt-getopt luainputenc luamplib luaotfload luatextra lxfonts
macqassign mafr magyar mailing mailmerge
makebarcode makebox makecell makecirc makecmds makeglos
makeplot maple margbib
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index ed3d4b36e5d..08add4a1d26 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -93,6 +93,7 @@ $Master = "$mydir/../..";
'backgammon', "die 'skipping, nonfree license'",
'bangtex', "&MAKEflatten",
'bardiag', "&MAKEbardiag",
+ 'bbm-macros', "&MAKEnosymlinks",
'bclogo', "&MAKEflatten",
'beamer', "&MAKEbeamer",
'beamer-contrib',"&MAKEflatten",
@@ -1074,6 +1075,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'lfb', 'fonts',
'lh', 'fonts',
'latex-notes-zh-cn', 'generic',
+ 'lua-alt-getopt', 'support',
'marvosym', 'fonts',
'mathabx', 'fonts',
'mathdots', 'generic',
@@ -1285,6 +1287,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv';
'latex2e-help-texinfo','NULL', # doc package
'latex2man', 'NULL', # leave Makefile
'latexdiff', 'NULL', # leave Makefile
+ 'lua-alt-getopt', 'NULL',
'mpman-ru', 'NULL', # doc package
'ot2cyr', '\.afm|\.etx|' . $standardsource,
'pdfx', 'rvdtx\.sty|' . $standardsource,
@@ -1539,7 +1542,7 @@ $standardocp='\.ocp';
$standardxmt='\.xmt';
-# executable scripts to install under texmf*/.../scripts.
+# code to install under texmf*/.../scripts.
# if they should end up in $bindir too,
# add to Build/source/texk/texlive/Makefile.in (and ChangeLog).
%specialscripts = (
@@ -1556,6 +1559,7 @@ $standardxmt='\.xmt';
'latexdiff' => 'latex(diff-so|diff-vc|revise)$',
'latexmk' => '\.pl$',
'listings-ext' => '\.sh$',
+ 'lua-alt-getopt' => '\.lua$',
'mkgrkindex' => 'mkgrkindex$',
'mkjobtexmf' => '\.pl$',
'pdfcrop' => '\.pl$',
diff --git a/Master/tlpkg/tlpsrc/collection-basic.tlpsrc b/Master/tlpkg/tlpsrc/collection-basic.tlpsrc
index bc916eea138..50b6f59926e 100644
--- a/Master/tlpkg/tlpsrc/collection-basic.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-basic.tlpsrc
@@ -24,6 +24,7 @@ depend hyphen-base
depend ifluatex
depend ifxetex
depend kpathsea
+depend lua-alt-getopt
depend luatex
depend makeindex
depend metafont
diff --git a/Master/tlpkg/tlpsrc/lua-alt-getopt.tlpsrc b/Master/tlpkg/tlpsrc/lua-alt-getopt.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/lua-alt-getopt.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/scheme-basic.tlpsrc b/Master/tlpkg/tlpsrc/scheme-basic.tlpsrc
index 05eb8b052d3..470876798e6 100644
--- a/Master/tlpkg/tlpsrc/scheme-basic.tlpsrc
+++ b/Master/tlpkg/tlpsrc/scheme-basic.tlpsrc
@@ -2,6 +2,7 @@ category Scheme
shortdesc basic scheme (plain and LaTeX)
longdesc This is the basic TeX Live scheme: it is a small set of files
longdesc sufficient to typeset plain TeX or LaTeX documents in PostScript
-longdesc or PDF, using the Computer Modern fonts.
+longdesc or PDF, using the Computer Modern fonts. This scheme
+longdesc corresponds to collection-basic and collection-latex.
depend collection-basic
depend collection-latex