diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-17 00:10:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-17 00:10:34 +0000 |
commit | 7c1ad3551e77b7b8289625d508845798156fc6d1 (patch) | |
tree | b641e9d1bde48f01c6d4572795a0a6b72b530957 /Master/tlpkg/bin/ctan2tds | |
parent | ae6be972c07b218ffc562eaa6d14e55be0e8ef23 (diff) |
eqnarray update (16jun08)
git-svn-id: svn://tug.org/texlive/trunk@8800 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-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 29d4f592c47..2c8debb2b40 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -2018,18 +2018,6 @@ sub MAKEaurical { &MAKEcopy (); } -# not used anymore, bbm is split into bbm and bbm-macros which work -# out of the box -sub MAKEbbm { - &setup; - &xchdir("$DEST/doc/latex/$package/fonts"); - &buildfilelist; - &domf; - chdir("$DEST/doc/latex/$package"); - &buildfilelist; - &donormal; -} - sub MAKEeskdx { &setup; &xchdir ("$DEST/doc/$whichdocformat/$package"); |