summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-27 17:31:54 +0000
committerKarl Berry <karl@freefriends.org>2010-02-27 17:31:54 +0000
commitcad9c7b7552dabd8248a903fa699d4764cb05723 (patch)
treee3cdc5411e8ffef074304e6e6df84ccf6d90311f /Master/tlpkg/libexec
parentf156b9f9622bbc52d6d48f41cc9e7910cdcd8039 (diff)
new package lua-alt-getopt 0.7.0 (26feb10)
git-svn-id: svn://tug.org/texlive/trunk@17228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
1 files changed, 5 insertions, 1 deletions
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$',