summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds7
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 9fbfb512acf..26196caba81 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -402,7 +402,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'voss-de', "&MAKEvossde",
'vrsion', "die 'skipping, nonfree license'",
'wadalab', "&MAKEwadalab",
- #'wadalab', "die 'skipping, still needs work'",
'wasy2', "&MAKEflatten",
'wntamil', "die 'skipping, nonfree license'",
'wordcount', "&MAKEwordcount",
@@ -2766,13 +2765,11 @@ sub MAKEwadalab
# except the mincho-1-8-* tarball misses the doc/fonts level.
&SYSTEM ("$MV $DEST/doc/wadalab/* $DEST/doc/fonts/wadalab/");
#
- # wadalab has a dir of xdelta from the original fonts
- -d "xdelta" && &SYSTEM ("$MV xdelta $DEST/source/$whichdocformat/$package");
+ # wadalab has a dir of xdelta from the original fonts. Remove it.
+ -d "xdelta" && &SYSTEM ("rm -rf xdelta");
#
# rm unused directories.
&SYSTEM ("rmdir $DEST/*/$whichformat/$package 2>/dev/null");
- #
- print "\t OOPS have to create config.wadalab if wl does not add it!\n";
}