diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-12 18:36:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-12 18:36:53 +0000 |
commit | 3b7ff17c9a4b4d9a57c9866bd03378be809b8035 (patch) | |
tree | 23a5326ffe1af15c20552b1ed28bee1ef929602a /Master/tlpkg/libexec/ctan2tds | |
parent | 4b876cdd5f7558e8805786f2aa4f576f1fe3d575 (diff) |
rm knuth, now named knuth-pdf
git-svn-id: svn://tug.org/texlive/trunk@58290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 57b09f42783..c79f7fd2514 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -679,6 +679,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'keys3', "die 'skipping, merged into expl3'", 'knit', "die 'skipping, ancient program'", 'knitting', "&MAKEflatten", + 'knuth', "die 'skipping, use knuth-pdf, knuth-errata, etc.'", 'koi8', "die 'skipping, ca.1996, noinfo license'", 'koma-script-SFS', "die 'skipping, use koma-script-sfs'", 'koma-script-examples-3', "die 'skipping, just have koma-script-examples'", @@ -1595,7 +1596,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'impatient-fr' => '&POSTimpatient_fr', 'interactiveworkbook' => '&POSTinteractiveworkbook', 'knitting' => '&POSTknitting', - 'knuth' => '&POSTknuth', 'knuth-lib' => '&POSTknuth_lib', 'koma-script' => '&POSTkoma_script', #'&POST_rmsymlink', 'kotex-oblivoir' => '&POSTkotex_oblivoir', @@ -2424,8 +2424,8 @@ $standardtex 'junicode', 'fonts', 'kixfont', 'fonts', 'knitting', 'fonts', - 'knuth', 'generic', 'knuth-errata', 'generic', + 'knuth-pdf', 'generic', 'kotex-plain', 'plain', 'kpfonts', 'fonts', 'latexmk', 'support', @@ -3586,7 +3586,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'pas-tableur' => '\.pdf$', # no source 'piechartmp' => 'piechartmp.pdf', # no source 'ptptex' => '(overcite|cite|wrapfig).sty', # duplicated - 'pwebmac' => 'knuth-lib.tar.gz', # -> package knuth 'sapthesis' => '.*-ML.*\.pdf', # univ logos 'scientific-thesis-cover' => 'demo.pdf', # no source 'sectionbox' => 'example/lenna.*.jpg', # nonfree @@ -6637,11 +6636,6 @@ sub POSTknitting { &SYSTEM ("$MV knitting.tex $dest/"); } -sub POSTknuth { - print "POST$package - extract pwebmac/knuth-lib.tar.gz\n"; - #&xsystem ("tar xf knuth-lib.tar.gz"); -} - sub POSTknuth_lib { print "POST$package - removing some base files\n"; &SYSTEM ("rm -rf $DEST/doc/*/knuth-lib/*.mft"); |