diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 51a669302d6..8624d6d11b2 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -731,6 +731,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'script', "die 'skipping, noinfo license, too old to matter'", 'scripttex', "die 'skipping, nosell license'", 'seminar', "&MAKEseminar", + 'serbianc', "&MAKEcopy", 'setouterbox', "die 'skipping, use oberdiek'", 'sfarticle', "die 'skipping, LaTeX 2.09'", 'sfheaders', "die 'skipping, noinfo license, no reply from author'", @@ -929,6 +930,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'prerex' => '&POSTprerex', 'pst-cox' => '&POSTpstcox', 'pst-geo' => '&POSTpstgeo', + 'serbianc' => '&POSTserbianc', 'splitindex' => '&POSTsplitindex', 'thailatex' => '&POSTthailatex', 'tipa-de' => '&POSTrmsymlink', @@ -4522,6 +4524,12 @@ 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"; |