summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-12 13:11:17 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-12 13:11:17 +0000
commitbe21387d4324cdec51d07f08cd8ce0b96eb88516 (patch)
tree8f984279665afcb084fd2f60177db9b3be6ad9c4 /Master/tlpkg/bin
parentbdc5c9e101cc3f81fb5c19aa39100bcc902eecb1 (diff)
glossaries update from tds.zip using POSTglossaries
git-svn-id: svn://tug.org/texlive/trunk@8084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds12
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index b73a63b8b1d..4892aee1de9 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -1,16 +1,4 @@
#!/usr/bin/env perl
-sub MAKEkoma {
- # tds zip file provided, unzip and copy.
- #
- &xchdir ($packagedir);
- #
- print "\t SPECIAL $package unzip and copy\n";
- &SYSTEM ("unzip -q komascript.tds.zip");
- &SYSTEM ("$RM *"); # remove the top-level files, they're in the zip
- #
- &xchdir ("..");
- &MAKEcopy ();
-}
# $Id$
# Public domain.