diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2819a40a0e4..c33277281e1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -729,7 +729,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'persian-hm-xbs',"&MAKEflatten", 'persian-modern',"&MAKEflatten", 'pgf', "&MAKEcopy", - 'pgfplots', "&MAKEcopy", 'pgothic', "die 'skipping, use bookhands'", 'phaistos', "&MAKEflatten", 'philosophers-imprint', "die 'skipping, use philosophersimprint'", @@ -1127,6 +1126,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'niceframe' => '&POST_rmsymlink', 'pedigree-perl' => '&POSTpedigreeperl', 'pgf' => '&POSTpgf', + 'pgfplots' => '&POSTpgfplots', 'pict2e' => '&POSTpict2e', 'pmx' => '&POSTpmx', 'prerex' => '&POSTprerex', @@ -1915,7 +1915,6 @@ $standardsource='\.(bat|c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'ot2cyr', '\.afm|\.etx|' . $standardsource, 'patch', '\.doc', 'pdfx', 'rvdtx\.sty|' . $standardsource, - 'pgfplots', 'NULL', # manual.install.tex in doc/ 'poetrytex', 'Makefile|' . $standardsource, 'rcs', 'rcs.el|src|' . $standardsource, 'thailatex', 'NULL', # no gain in splitting up @@ -5181,6 +5180,12 @@ sub POSTpgf { &SYSTEM ("$RM $DEST/README"); } +sub POSTpgfplots { + print "POST$package - rm spurious pgfplots.test dir\n"; + # author said he will remove in next version. + &SYSTEM ("$RM -rf $DEST/tex/generic/pgfplots.test"); +} + sub POSTpict2e { print "POST$package - mv pict2e{-example,}.cfg \n"; my $texdir = "$DEST/tex/latex/pict2e"; |