summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-30 22:11:16 +0000
committerKarl Berry <karl@freefriends.org>2018-12-30 22:11:16 +0000
commit9432fde8b5fbcadd14f9a52444e90e90eecd04f4 (patch)
tree718416f3057714b61bfcdc3b95ef9c598a189efc /Master/tlpkg/libexec
parent39e45f8d39ad5c9ec7f1cd165bad607fe416cf52 (diff)
skrapport (30dec18)
git-svn-id: svn://tug.org/texlive/trunk@49540 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds11
1 files changed, 0 insertions, 11 deletions
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");