diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-10 11:24:02 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-10 11:24:02 +0000 |
commit | f466357fc1c1305489c2e6f28a1ecc0f15a10e2e (patch) | |
tree | cc4bbbb4c9818c49d1c313febf2a8e361c49ffe5 /Master/tlpkg/bin | |
parent | e5e39cdc509a6bcffbfded6e3a0531261448aee8 (diff) |
rm MAKEoberdiek (now in donormal)
git-svn-id: svn://tug.org/texlive/trunk@8012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index a2e4a5530f0..96919eac655 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -263,7 +263,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'nbaskerv', "die 'skipping, requires nonfree font'", 'ncctools', "&MAKEflatten", 'nohyph', "die 'skipping, nohyph must be done by hand'", - 'oberdiek', "&MAKEoberdiek", 'ocherokee', "&MAKEflatten", 'ocr-a', "die 'skipping, nosell license'", 'ofs', "&MAKEflatten", @@ -2172,17 +2171,6 @@ sub MAKEgermbib { &MAKEflatten (); } -sub MAKEoberdiek { - &xchdir ($packagedir); - # - print "\t SPECIAL $package unzip tds and copy\n"; - &SYSTEM ("unzip -q $package.tds.zip"); - &SYSTEM ("$RM * 2>/dev/null"); # remove top-level files - # - &xchdir (".."); - &MAKEcopy (); -} - sub MAKExkeyval { # needs files in both latex and generic. &MAKEflatten (); |