diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-14 23:27:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-14 23:27:08 +0000 |
commit | 97b6bd75687e8502b9cf282120440deaab0d43be (patch) | |
tree | 528b170776336f26447188d93dba805a29208198 /Master/tlpkg | |
parent | 32c5153f1b583b2019876659915420450389a014 (diff) |
lose xdelta per wl, and no config.wadalab is forthcoming, it seems
git-svn-id: svn://tug.org/texlive/trunk@9561 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 7 |
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"; } |