diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c54ac7a92da..55c6eb746e4 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -535,7 +535,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'doipubmed' => '&POSTlatex2html', 'elsarticle' => '&POSTelsarticle', 'fpl' => '&POSTfpl', - 'glossaries' => '&POSTglossaries', 'ibygrk' => '&POSTibygrk', 'impatient' => '&POSTimpatient', 'interactiveworkbook' => '&POSTinteractiveworkbook', @@ -3504,14 +3503,6 @@ sub POSTfpl &SYSTEM ("$MV README.source $DEST/source/fonts/fpl/README"); } -sub POSTglossaries -{ - print "POST$package - move .bat\n"; - my $wdir = "$TOPDEST/bin/win32"; - &SYSTEM ("mkdir -p $wdir"); - &SYSTEM ("$CP $DEST/scripts/glossaries/makeglossaries.bat $wdir/"); -} - sub POSTibygrk { print "POST$package - second copy of ibycus4.map\n"; |