summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-14 22:24:54 +0000
committerKarl Berry <karl@freefriends.org>2009-03-14 22:24:54 +0000
commit522c6836e3d77dffdd3ed6cebaef5d4bf24153bd (patch)
tree91124b9800b8147357eaea1aafca55bf30d30a58 /Master/tlpkg
parent08d1f478c9d52e98ea8b2c89882f7f6db1d448d0 (diff)
xstring 1,5b (14mar09)
git-svn-id: svn://tug.org/texlive/trunk@12389 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds11
1 files changed, 2 insertions, 9 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index f2477536d5b..8f935caca2d 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -257,6 +257,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'kurier', "&MAKEcopy",
'kuvio', "die 'skipping, nonfree license'",
'l2a', "die 'skipping, another old detex, requires compilation'",
+ 'latex2pdf', "die 'skipping, too bare-bones'",
'latex-veryshortguide', "die 'skipping, nosell license'",
'latexmp', "&MAKEflatten",
'lcircuit', "die 'skipping, license unknown, too old to investigate'",
@@ -511,6 +512,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'xmltex', "&MAKExmltex",
'xor', "die 'will be in xpackages when ready (Morten says)'",
'xparse', "die 'already in xpackages'",
+ 'xstring', "&MAKEcopy",
'xtheorem', "die 'will be in xpackages when ready (Morten says)'",
'xymtex', "&MAKExymtex",
'xypic', "&MAKExypic",
@@ -551,7 +553,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'xecjk' => '&POSTxecjk',
'xecyr' => '&POSTxecyr',
'xetex-pstricks' => '&POSTxetex_pstricks',
- 'xstring' => '&POSTxstring',
);
@@ -3657,14 +3658,6 @@ sub POSTxetex_pstricks
&SYSTEM ("$MV generic xelatex xetex tex");
}
-sub POSTxstring
-{
- print "POST$package - xstring.sty under latex\n";
- &xchdir ($DEST);
- &xmkdir ("tex/latex/$package");
- &SYSTEM ("$MV tex/$whichformat/$package/xstring.sty tex/latex/$package/");
-}
-
# Allow overrides. In particular, CTAN can change some hashes to make
# packages with licenses that TL doesn't allow.