diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-30 04:07:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-30 04:07:01 +0000 |
commit | d020974aa866ebf75c1a7136213c03c015c7402d (patch) | |
tree | c362e2511d64cefaf2b876bb39578952fc7742dc /Build | |
parent | 0e16c58d10670a29d73183de0640f72f0857c829 (diff) |
new pstricks pst-eps, pst-fill, pst-text
git-svn-id: svn://tug.org/texlive/trunk@2560 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 6fb342b6976..100a477fba5 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -242,7 +242,9 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'pst-blur', "&MAKEpst", 'pst-circ', "&MAKEpst", 'pst-coil', "&MAKEpst", + 'pst-eps', "&MAKEpst", 'pst-eucl', "&MAKEpst", + 'pst-fill', "&MAKEpst", 'pst-fr3d', "&MAKEpst", 'pst-func', "&MAKEpst", 'pst-geo', "&MAKEpst", @@ -262,6 +264,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'pst-pdgr', "&MAKEpst", 'pst-poly', "&MAKEpst", 'pst-slpe', "&MAKEpst", + 'pst-text', "&MAKEpst", 'pst-uml', "&MAKEpst", 'pst-vue3d', "&MAKEpst", 'pstricks', "&MAKEpstricks", |