diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-16 22:32:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-16 22:32:13 +0000 |
commit | ec0d3ed0e1b4133f5fbbfc1e0f47e82fe60289ac (patch) | |
tree | 200ff6c8652fe2c34a81241e16201307fc7cb861 /Master/tlpkg | |
parent | 45fe59ba93c6b8db26a653b2823cf332a9c36e63 (diff) |
tcolorbox (16sep13)
git-svn-id: svn://tug.org/texlive/trunk@31674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 004b4ae0a6f..6ad1e7bbaa6 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -366,7 +366,7 @@ my @TLP_working = qw( prodint productbox program progress progressbar proposal properties protex protocol przechlewski-book psbao pseudocode psfrag psfrag-italian psfragx - psgo pslatex psnfss pspicture + psgo psizzl pslatex psnfss pspicture pst-2dplot pst-3d pst-3dplot pst-abspos pst-am pst-asr pst-bar pst-barcode pst-bezier pst-blur pst-bspline pst-calendar pst-circ pst-coil pst-cox pst-dbicons pst-diffraction @@ -447,7 +447,7 @@ my @TLP_working = qw( texapi texbytopic texcount texdef texdiff texdirflatten texilikechaps texilikecover texliveonfly texloganalyser texlogos texmate texments - texpower texshade + texpower texshade texsis textcase textfit textglos textgreek textmerg textopo textpath textpos tfrupee thalie theoremref thesis-titlepage-fhac thinsp thmbox thmtools threadcol threeddice threeparttable threeparttablex 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"); |