summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds15
1 files changed, 1 insertions, 14 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index d5e72a4dcd4..fea5ff113a6 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1202,7 +1202,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'winfonts', "die 'skipping, support for nonfree fonts'",
'withesis', "die 'skipping, thesis package ca.2002, wait for request'",
'wntamil', "die 'skipping, nonfree license'",
- 'wordcount', "&MAKEwordcount",
'wp-conv', "die 'skipping, nonfree license'",
'wp2latex', "die 'skipping, compilation'",
'wtref', "&MAKEflatten",
@@ -2911,6 +2910,7 @@ $standardttf = '\.ttf|\.TTC';
'ulqda' => '\.pl$',
'urlbst' => 'urlbst$',
'vpe' => '\.pl$',
+ 'wordcount' => '\.sh$',
'wheretotrim' => '\.pl$',
'yplan' => 'yplan$',
);
@@ -4825,19 +4825,6 @@ sub MAKEwadalab {
&SYSTEM ("rmdir $DEST/*/$whichformat/$package 2>/dev/null");
}
-
-sub MAKEwordcount {
- &xchdir ($packagedir);
- #
- print "\t SPECIAL $package: moving wordcount.sh to /tmp\n";
- &SYSTEM('mv wordcount.sh /tmp/');
- #
- &xchdir ("..");
- &donormal ();
- #
- print "YOU-MUST-DO! update /tmp/wordcount.sh to source/texk/texlive\n";
-}
-
sub MAKEukrhyph {
chdir($packagedir) || die ("ERROR: cannot open directory");
&runjob("mkdir -p $DEST/tex/generic/ukrhyph");