summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-16 22:32:13 +0000
committerKarl Berry <karl@freefriends.org>2013-09-16 22:32:13 +0000
commitec0d3ed0e1b4133f5fbbfc1e0f47e82fe60289ac (patch)
tree200ff6c8652fe2c34a81241e16201307fc7cb861 /Master/tlpkg/libexec
parent45fe59ba93c6b8db26a653b2823cf332a9c36e63 (diff)
tcolorbox (16sep13)
git-svn-id: svn://tug.org/texlive/trunk@31674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 2cf95306284..60ad3dafd88 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -783,9 +783,10 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'psfig', "die 'skipping, nosell license'",
'psfragx', "&MAKEflatten",
'pslatex', "&MAKEpslatex",
+ 'psizzl', "die 'skipping, needs to be its own format-level directory'",
'psnfss', "&MAKEpsnfss",
- 'psnfss-addons', "die 'skipping, ?'",
- 'psnfssx', "die 'skipping, situation too confused'",
+ 'psnfss-addons', "die 'skipping, do not understand, sorry'",
+ 'psnfssx', "die 'skipping, situation too confused, sorry'",
'pst-2dplot', "&MAKEpst",
'pst-3d', "&MAKEpst",
'pst-3dplot', "&MAKEpst",
@@ -958,7 +959,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'texlog_extract', "die 'skipping, Ruby, not self-locating'",
'texmacs', "die 'skipping, binary'",
'texpower', "&MAKEnosymlinks",
- 'texsis', "&MAKEtexsis",
+ 'texsis', "die 'skipping, needs its own format-level directory'", #"&MAKEtexsis",
'texsort', "die 'skipping, use sttools'",
'tfrupee', "&MAKEflatten",
'tgothic', "die 'skipping, use bookhands'",
@@ -4367,6 +4368,7 @@ sub MAKEucs {
}
sub MAKEtexsis {
+ die "doesn't work, sorry";
&setup;
chdir("$DEST/doc/texsis/$package");
&SYSTEM("make TXSsite.tex");