diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-10 21:52:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-10 21:52:58 +0000 |
commit | 1820405920de0bcb91f256fa32ec439518c6f457 (patch) | |
tree | 1f3389d8d31a49165549c76d5d553da4f7f8277a /Master/tlpkg | |
parent | 398fd7cdf7b976439794baa4451a47f5102a99c9 (diff) |
restore yathesis tex files
git-svn-id: svn://tug.org/texlive/trunk@41349 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 1 insertions, 9 deletions
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"; |