diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-19 22:55:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-19 22:55:42 +0000 |
commit | 8a7ec1021a1ed4ece8c842a258680c18becc74e8 (patch) | |
tree | 6f3bba45ae9483fb4721bfbb86bc029e16a3743b /Master/tlpkg | |
parent | 650a28baf6493c8072fcb2773ec4c814ce407982 (diff) |
pst-contourplot (18jul18)
git-svn-id: svn://tug.org/texlive/trunk@48230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/pst-contourplot.tlpsrc | 0 |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 33364115661..48484c4923b 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -521,7 +521,8 @@ my @TLP_working = qw( pst-2dplot pst-3d pst-3dplot pst-abspos pst-am pst-antiprism pst-arrow pst-asr pst-bar pst-barcode pst-bezier pst-blur pst-bspline - pst-calculate pst-calendar pst-cie pst-circ pst-coil pst-cox + pst-calculate pst-calendar pst-cie pst-circ + pst-coil pst-contourplot pst-cox pst-dart pst-dbicons pst-diffraction pst-electricfield pst-eps pst-eucl pst-eucl-translation-bg pst-exa pst-fill pst-fit pst-fr3d pst-fractal pst-fun pst-func diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8ff2b447291..315dfc520c7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -917,6 +917,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'pst-cie', "&MAKEpst", 'pst-circ', "&MAKEpst", 'pst-coil', "&MAKEpst", + 'pst-contourplot', "&MAKEpst", 'pst-cox', "&MAKEflatten", 'pst-dbicons', "&MAKEpst", 'pst-dart', "&MAKEpst", diff --git a/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc b/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc index a5b68b1f845..3943dded87a 100644 --- a/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc @@ -31,6 +31,7 @@ depend pst-calendar depend pst-cie depend pst-circ depend pst-coil +depend pst-contourplot depend pst-cox depend pst-dart depend pst-dbicons diff --git a/Master/tlpkg/tlpsrc/pst-contourplot.tlpsrc b/Master/tlpkg/tlpsrc/pst-contourplot.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/pst-contourplot.tlpsrc |