diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-30 03:23:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-30 03:23:45 +0000 |
commit | 0e16c58d10670a29d73183de0640f72f0857c829 (patch) | |
tree | 76b2ab21af87bb2a0f88c3a730903a58902a30ac /Build | |
parent | b2f5c5e4cf5d2c87a82dd927644fa213a0e02429 (diff) |
new pstricks pst-grad and pst-coil
git-svn-id: svn://tug.org/texlive/trunk@2559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 2 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 6721ccbc966..6fb342b6976 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -241,12 +241,14 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'pst-barcode', "&MAKEpst", 'pst-blur', "&MAKEpst", 'pst-circ', "&MAKEpst", + 'pst-coil', "&MAKEpst", 'pst-eucl', "&MAKEpst", 'pst-fr3d', "&MAKEpst", 'pst-func', "&MAKEpst", 'pst-geo', "&MAKEpst", 'pst-ghsb', "&MAKEpst", 'pst-gr3d', "&MAKEpst", + 'pst-grad', "&MAKEpst", 'pst-infixplot',"&MAKEpst", 'pst-jftree', "&MAKEpst", 'pst-jtree', "&MAKEpst", diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 0dd42ff187d..afe3981cfdf 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -74,7 +74,7 @@ my @WorkingTPM = qw( poemscol polynom polytable powerdot ppr-prv pracjourn preprint prettyref preview probsoln procIAGssymp program protocol pseudocode psfrag psnfss pspicture pst-3d pst-3dplot pst-bar - pst-barcode pst-blur pst-eucl pst-fr3d pst-func pst-labo + pst-barcode pst-blur pst-eucl pst-fr3d pst-func pst-grad pst-labo pst-lens pst-math pst-optic pst-osci pst-pdf pst-pdgr pst-slpe pst-uml pstricks pstricks-add qcm qtree |