diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-26 23:10:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-26 23:10:32 +0000 |
commit | 0323535daa1e21c9a417b171362b62e0c3e09adc (patch) | |
tree | f46e4290470950a8d51c49a2d3a75688ca08af6e /Master/tlpkg | |
parent | 10b0d2ae791ff3d0be1018559aa21dc7581ede6c (diff) |
yathesis (26jul14)
git-svn-id: svn://tug.org/texlive/trunk@34737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-publishers.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/yathesis.tlpsrc | 0 |
3 files changed, 10 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"; diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc index 2fa3c3e33a4..16e22f54b95 100644 --- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc @@ -131,4 +131,5 @@ depend uwthesis depend vancouver depend wsemclassic depend xcookybooky +depend yathesis depend york-thesis diff --git a/Master/tlpkg/tlpsrc/yathesis.tlpsrc b/Master/tlpkg/tlpsrc/yathesis.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/yathesis.tlpsrc |