diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-13 22:09:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-13 22:09:25 +0000 |
commit | b0c79edc62688c2c518e7f252a94a0f163d70bfd (patch) | |
tree | eaba2d58683f038c4365ce02fea9ce963ef6d511 /Master/tlpkg/libexec | |
parent | 9cf24b66aa67de74f13fe89fdbe465c8399ecdeb (diff) |
babel-italian (13oct13)
git-svn-id: svn://tug.org/texlive/trunk@31892 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c113483c8dd..9e024db4713 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1067,7 +1067,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'xetex-pstricks',"&MAKEcopy", 'xfrac', "die 'skipping, use mh (I think)'", 'xinitials', "die 'skipping, will be in xpackages when ready (Morten says)'", - 'xindy-persian', "die 'skipping, don't think it can be found'", + 'xindy-persian', "die 'skipping, too painful to preserve rest of xindy'", 'xits', "&MAKEflatten", 'xkeyval', "&MAKExkeyval", 'xlop', "&MAKEflatten", @@ -1187,6 +1187,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'tipa-de' => '&POST_rmsymlink', 'xecyr' => '&POSTxecyr', 'xetex-pstricks' => '&POSTxetexpstricks', + 'xindy-persian' => '&POSTxindy', 'zhspacing' => '&POSTzhspacing', 'zhmetrics' => '&POSTzhmetrics', ); @@ -2507,7 +2508,7 @@ $standardxmt='\.xmt'; # the end, in the doc directory. $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' . '|\.bbl|\.blg|\.idx|\.ind|\.ilg|\.glo|\.gls|\.loa' - . '|\.bcf|\.ido|\.xdy|\.run\.xml'; + . '|\.bcf|\.ido|\.run\.xml'; %specialclean = ( 'a2ping' => 'README', # not worth whole separate doc subdir 'accfonts' => $standardclean . '|dvips.enc', # dup enc @@ -5587,6 +5588,14 @@ sub POSTxetexpstricks { &SYSTEM ("$MV xelatex xetex tex"); } +sub POSTxindy { + # does not work since there is also the rest of the xindy ... + print "POST$package - move to xindy module directory\n"; +#warn "" . `ls && pwd`; +# &xchdir ("$DEST/$whichformat/$package"); + &mv_with_mkdir ("*", "$DEST/xindy/modules/lang/persian/"); +} + sub POSTzhmetrics { # source seems better than making a doc directory just for the map file. print "POST$package - move example ttfonts.map out of runtime\n"; |