From 1820405920de0bcb91f256fa32ec439518c6f457 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 10 Jun 2016 21:52:58 +0000 Subject: restore yathesis tex files git-svn-id: svn://tug.org/texlive/trunk@41349 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Master/tlpkg/libexec') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d3da38e0b4b..78076fb7168 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1215,6 +1215,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'vhistory' => '&PREHOOK_vhistory', 'wasy' => '&PREHOOK_wasy', 'wsuipa' => '&PREHOOK_wsuipa', + 'yathesis' => '&PREHOOK_flatten1', 'xepersian' => '&PREHOOK_flatten1', ); @@ -1308,7 +1309,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'xecyr' => '&POSTxecyr', 'xetex-pstricks' => '&POSTxetexpstricks', 'xymtex' => '&POSTxymtex', - 'yathesis' => '&POSTyathesis', 'zhmetrics' => '&POSTzhmetrics', ); @@ -6113,14 +6113,6 @@ 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"; -- cgit v1.2.3