diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-28 00:41:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-28 00:41:24 +0000 |
commit | 70ae46aa4d738d80be0ed1887fe3119c2478ee64 (patch) | |
tree | fdcfda61b863d8c723c24b7c6b7bf8cc9a40d145 | |
parent | 1c4b9b9cf2ef89c3c82f326b01ad001a45989092 (diff) |
first mistaken attempt at pst-bspline
git-svn-id: svn://tug.org/texlive/trunk@11441 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 11f2a2ca4f5..4f363c76cc8 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -357,6 +357,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'pst-bar', "&MAKEpst", 'pst-barcode', "&MAKEpst", 'pst-blur', "&MAKEpst", + 'pst-bspline', "&MAKEpst", 'pst-circ', "&MAKEpst", 'pst-coil', "&MAKEpst", 'pst-cox', "&MAKEflatten", diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 19a5da6a047..bda853807d0 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -176,7 +176,8 @@ my @WorkingTLP = qw( prettyref preview proba probsoln procIAGssymp program protex protocol psbao pseudocode psfrag psfrag-italian psgo pslatex psnfss pspicture pst-2dplot pst-3d pst-3dplot pst-asr pst-bar - pst-barcode pst-blur pst-circ pst-cox pst-dbicons pst-diffraction + pst-barcode pst-blur pst-bspline + pst-circ pst-cox pst-dbicons pst-diffraction pst-eps pst-eucl pst-fill pst-fr3d pst-fractal pst-fun pst-func pst-geo pst-grad pst-infixplot pst-jtree pst-labo |