diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-28 00:50:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-28 00:50:35 +0000 |
commit | b3bc92c8e8d4437a11a37869f528b68b40aa8aeb (patch) | |
tree | c7c9e0393799923738974cd9a8e3e58f2bf12011 /Master/tlpkg/bin | |
parent | 70ae46aa4d738d80be0ed1887fe3119c2478ee64 (diff) |
pst-bspline better attempt
git-svn-id: svn://tug.org/texlive/trunk@11442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 4f363c76cc8..abd7369bcb2 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1019,6 +1019,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'ppchtex', 'm.*tex|m.*sty', 'prosper', '\.ps|\.eps|\.sty|\.cls', 'pstricks', 'pst-*\.tex', + 'pst-bspline', 'pst-Bspline\.(tex|sty)', 'pst-cox', 'pst-cox(coor|eterp)\.tex', 'pst-geo', 'pst-map.*\.tex|pst-map.*\.sty', 'pst-infixplot', 'infix-RPN\.tex|pst-infixplot\.tex', @@ -1374,6 +1375,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'jknapltx' => 'ubbold.fd', # clashes bbold's Ubbold.fd; sauter bbold fails 'linguex' => 'cgloss4e.sty', # symlink 'piechartmp' => 'piechartmp.pdf', + 'pst-bspline' => 'bsplinePstricks.pdf', # no source 'pst-3dplot' => 'tb72voss3d.pdf', # no source 'ptptex' => 'overcite.sty|cite.sty|wrapfig.sty', # duplicated 'stubs' => 'stubs.pdf', |