From 9432fde8b5fbcadd14f9a52444e90e90eecd04f4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 30 Dec 2018 22:11:16 +0000 Subject: skrapport (30dec18) git-svn-id: svn://tug.org/texlive/trunk@49540 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Master/tlpkg/libexec') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2713195abe3..effb046485d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1092,7 +1092,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'simurgh', "&MAKEflatten", 'skak', "&MAKEflatten", 'skeyval', "&MAKEmv_doctex", - 'skrapport', "&MAKEflatten", 'slashbox', "die 'skipping, noinfo license, c.1993'", 'slidenotes', "die 'skipping, nonfree'", 'smallcap', "die 'skipping, questionable license, 1996'", @@ -1459,7 +1458,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'schule', => '&POSTschule', 'simple-resume-cv' => '&POST_simple_rmFonts', 'simple-thesis-dissertation' => '&POST_simple_rmFonts', - 'skrapport' => '&POSTskrapport', 'splitindex' => '&POST_do_man', 'startex' => '&POST_otherformat', 'tap' => '&POSTtap', @@ -2459,7 +2457,6 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'rcs', 'rcs.el|src|' . $standardsource, 'ruhyphen', '^[^.]*$|README.ru|hyphen.rules', 'selnolig', 'NULL', # not .fea - 'skrapport', 'NULL', # keep in doc 'texosquery', 'java|\.batch$|' . $standardsource, 'thailatex', 'NULL', # no gain in splitting up 'tlcockpit', 'TODO|build|project|src', @@ -2650,7 +2647,6 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'schedule' => 'latex', # requires interaction 'silence' => 'latex -translate-file=empty.tcx', # no 8-bit 'skdoc' => 'tex', - 'skrapport' => 'pdflatex', # as with download 'svg' => 'etex -interaction=nonstopmode', 'svn-multi' => 'latex', # interaction for .pl 'teubner' => 'latex', # interaction @@ -6482,13 +6478,6 @@ sub POSTschule { &SYSTEM ("$MV doc/* . && rmdir doc"); } -sub POSTskrapport { - # ordinarily when we flatten we want the directory name appended, as - # in README.doc, README.source, etc. But for this package, better not to. - print "POST$package - rename Makefile.source\n"; - &SYSTEM ("$MV Makefile.source Makefile"); -} - sub POST_simple_rmFonts { print "POST$package - rm Fonts dir\n"; &SYSTEM ("$RM -r Fonts"); -- cgit v1.2.3