diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 550db4d45c4..f6a1add64bf 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1215,8 +1215,8 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'tipa-de' => '&POST_rmsymlink', 'xecyr' => '&POSTxecyr', 'xetex-pstricks' => '&POSTxetexpstricks', -#'xindy-persian' => '&POST_xindy', 'xymtex' => '&POSTxymtex', + 'yathesis' => '&POSTyathesis', 'zhspacing' => '&POSTzhspacing', 'zhmetrics' => '&POSTzhmetrics', ); @@ -5772,6 +5772,14 @@ sub POSTxymtex { } } +sub POSTyathesis { + print "POST$package - move directories around" + &SYSTEM ("$MV source $DEST/source/latex/$package"); + &SYSTEM ("$MV tex $DEST/tex/latex/$package"); + unlink ("doc/README"); # turns out to be near-dup of top-level + &SYSTEM ("$MV doc/* ."); +} + 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"; |