summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-08 17:56:22 +0000
committerKarl Berry <karl@freefriends.org>2012-08-08 17:56:22 +0000
commitdad94a4dcb71392996b045db358e9b09affeef74 (patch)
tree3e6bb4bc7dd773003f6ec21e736c8d8662cdd541 /Master/tlpkg/libexec/ctan2tds
parentcdb33d59d9cec048bac89cb1c4bc3aa2cfa9b19b (diff)
new old latex package tamefloats
git-svn-id: svn://tug.org/texlive/trunk@27345 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 6407da1924d..76ab67b62d7 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -238,6 +238,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'computer-typesetting-using-latex', "die 'skipping, nosource'",
'concmath-fonts', "&MAKEflatten",
'concmath', "&MAKEnosymlinks",
+ 'conferences', "die 'skipping, container directory'",
'context', "&MAKEcontext",
'context-algorithmic', "&MAKEcopy",
'context-account', "&MAKEcopy",
@@ -856,6 +857,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'skak', "&MAKEflatten",
'slashbox', "die 'skipping, noinfo license, c.1993'",
'slidenotes', "die 'skipping, nonfree'",
+ 'smallcap', "die 'skipping, questionable license, 1996'",
'smflatex', "die 'skipping, nosource'",
'softmaker-freefonts', "die 'skipping, requires nonfree fonts'",
'songs', "die 'skipping, requires binary'",
@@ -955,6 +957,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'upmethodology',"&MAKEflatten",
'varioref', "die 'skipping, use latex[-tds]'",
'vector', "die 'skipping, noinfo license, 1994'",
+ 'vdm', "die 'skipping, noinfo license, 1994, '",
'velthuis', "&MAKEcopy",
'venturisadf', "&MAKEcopy",
'verdana', "die 'skipping, support for nonfree font'",
@@ -962,6 +965,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'vhistory', "&MAKEflatten",
'vicentino', "die 'skipping, nonfree license'",
'view_print_ps_pdf', "die 'skipping, three-char cmd name for ruby script?'",
+ 'viiptar', "die 'skipping, 1998, await request'",
'vita', "die 'skipping, nonfree license'",
'voss-de', "&MAKEvossde",
'vpp', "die 'skipping, not self-locating, three-char name for ruby script?'",
@@ -5028,7 +5032,7 @@ sub POSTzhspacing {
#
sub readconfig
{
- my ($base,$dir,$ext) = fileparse ($0,'\.pl');
+ my ($base,$dir,$ext) = fileparse ($0, '\.pl');
my $configFileName = "$dir/$base-config.pl";
$configFileName = $ENV{"CTAN2TDS_CONFIG"} || $configFileName;