summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-09 00:12:30 +0000
committerKarl Berry <karl@freefriends.org>2014-03-09 00:12:30 +0000
commit43a57ed22fe612f300d51efd5fed0ff2d8a7df48 (patch)
tree8a5c1e5e9896f9fd7a1186ea84957480cfdf74a6 /Master/tlpkg/libexec
parentc3d483970e1b19c27183b44654a77ef45f9a1dc6 (diff)
tikz-cd (8mar14)
git-svn-id: svn://tug.org/texlive/trunk@33126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 4ef22e1d4f7..43159994345 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1196,6 +1196,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'splitindex' => '&POST_do_man',
'tap', => '&POSTtap',
'texdraw', => '&POSTtexdraw',
+ 'tikz-cd', => '&POSTtikz_cd',
'tipa-de' => '&POST_rmsymlink',
'xecyr' => '&POSTxecyr',
'xetex-pstricks' => '&POSTxetexpstricks',
@@ -5660,6 +5661,12 @@ sub POSTtexdraw {
# or forcing the output file name.
}
+sub POSTtikz_cd {
+ print "POST$package - generic file in generic subdirectory\n";
+ &xchdir ("$TOPDEST/texmf-dist/tex");
+ &mv_with_mkdir ("latex/tikz-cd/tikzlibrary*tex", "tex/generic/tikz-cd/");
+}
+
sub POSTxecyr {
print "POST$package - handling bat, moving language.dat.add from runtime\n";
&SYSTEM ("$MV $DEST/tex/generic/xecyr/language.dat.add"