summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-26 23:10:32 +0000
committerKarl Berry <karl@freefriends.org>2014-07-26 23:10:32 +0000
commit0323535daa1e21c9a417b171362b62e0c3e09adc (patch)
treef46e4290470950a8d51c49a2d3a75688ca08af6e /Master/tlpkg
parent10b0d2ae791ff3d0be1018559aa21dc7581ede6c (diff)
yathesis (26jul14)
git-svn-id: svn://tug.org/texlive/trunk@34737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
-rw-r--r--Master/tlpkg/tlpsrc/collection-publishers.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/yathesis.tlpsrc0
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