From cb816f38f1e3873a1da8f2b33f2b630ccf8e8fa6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Apr 2013 23:18:04 +0000 Subject: numericplots (21apr13) git-svn-id: svn://tug.org/texlive/trunk@30097 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2a0d868dd29..9358be9ea54 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -687,7 +687,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'notes', "&MAKEnotes", 'ntabbing', "die 'skipping, noinfo license, author email bad'", 'ntg', "die 'skipping, ntg is stale user group information'", - 'numericplots',"&MAKEflatten", 'numline', "die 'skipping, obsolete'", 'numparse', "die 'skipping, experimental, not recommended by author'", 'oca', "die 'skipping, nosell license'", @@ -1083,6 +1082,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'movie15' => '&PREHOOK_flatten1', 'musixtex-fonts' => '&PREHOOK_unzip', 'mp3d' => '&PREHOOK_mp3d', + 'numericplots', => '&PREHOOK_flatten1', 'pgf-blur' => '&PREHOOK_pgfblur', 'pictex' => '&PREHOOK_pictex', 'skb' => '&PREHOOK_flatten1', @@ -1137,6 +1137,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'mptopdf' => '&POSTmptopdf', 'musixtex' => '&POSTmusixtex', 'niceframe' => '&POST_rmsymlink', + 'numericplots' => '&POSTnumericplots', 'pedigree-perl' => '&POSTpedigreeperl', 'pgf' => '&POSTpgf', 'pgfplots' => '&POSTpgfplots', @@ -5354,6 +5355,11 @@ sub POSTmontex { &SYSTEM ("$MV 00readme 00readme.mfinput.km"); } +sub POSTnumericplots { + print "\t POST$package - mv latex subdir\n"; + &SYSTEM ("$MV latex $DEST/tex/latex/$package"); +} + sub POSTpedigreeperl { print "POST$package - mv *.pm Pedigree/*.pm\n"; my $scriptdir = "$DEST/scripts/$package"; -- cgit v1.2.3