From 43a57ed22fe612f300d51efd5fed0ff2d8a7df48 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 9 Mar 2014 00:12:30 +0000 Subject: tikz-cd (8mar14) git-svn-id: svn://tug.org/texlive/trunk@33126 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Master/tlpkg/libexec') 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" -- cgit v1.2.3