diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-11 23:19:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-11 23:19:20 +0000 |
commit | 4a0ae2e0eca0a60fd76cf680413efa95fe205eb0 (patch) | |
tree | 9182c1f08ef22247d58a15190a24954b876b7d24 /Master/tlpkg/libexec | |
parent | e14f9f697353f5ef513996436329dae756471a2e (diff) |
serbianc (11jun11)
git-svn-id: svn://tug.org/texlive/trunk@22929 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8624d6d11b2..ae01a035daf 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -930,7 +930,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'prerex' => '&POSTprerex', 'pst-cox' => '&POSTpstcox', 'pst-geo' => '&POSTpstgeo', - 'serbianc' => '&POSTserbianc', 'splitindex' => '&POSTsplitindex', 'thailatex' => '&POSTthailatex', 'tipa-de' => '&POSTrmsymlink', @@ -4524,12 +4523,6 @@ sub POSTrmsymlink { &SYSTEM ("find $DEST -type l | xargs --no-run-if-empty rm"); } -sub POSTserbianc { - print "POST$package - rename babel subdirs\n"; - &SYSTEM ("$MV source/generic/babel source/generic/$package"); - &SYSTEM ("$MV tex/generic/babel tex/generic/$package"); -} - # has to be post instead of specialman because we use the tds.zip. sub POSTsplitindex { print "POST$package - mv man page\n"; |