diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 7 insertions, 1 deletions
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"; |