diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-30 23:36:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-30 23:36:52 +0000 |
commit | 60fc3c6750c727bcf42ee4601a1fb2c8f28dbc38 (patch) | |
tree | b3e3eb91624a1d76d9c2f66c4fda0cf33f644d98 /Master/tlpkg | |
parent | 2279674bbd8d121f3242f7d30dbb469770bfc646 (diff) |
pst-ovl (28dec)
git-svn-id: svn://tug.org/texlive/trunk@32514 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-ovl.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 2c91a78bcb6..d49aba54838 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -382,7 +382,8 @@ my @TLP_working = qw( pst-infixplot pst-jtree pst-knot pst-labo pst-layout pst-lens pst-light3d pst-magneticfield pst-math pst-mirror pst-node pst-ob3d pst-ode pst-optexp pst-optic - pst-osci pst-pad pst-pdgr pst-platon pst-plot pst-poly pst-pdf pst-pulley + pst-osci pst-ovl + pst-pad pst-pdgr pst-platon pst-plot pst-poly pst-pdf pst-pulley pst-qtree pst-rubans pst-sigsys pst-slpe pst-solarsystem pst-solides3d pst-soroban pst-spectra pst-stru pst-support pst-text pst-thick pst-tools pst-tree pst-tvz pst-uml diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 719a470dd1c..574a7d2ba0d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -835,6 +835,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'pst-ob3d', "&MAKEpst", 'pst-optic', "&MAKEpst", 'pst-osci', "&MAKEpst", + 'pst-ovl', "&MAKEpst", 'pst-pad', "&MAKEpst", 'pst-pdgr', "&MAKEpst", 'pst-platon', "&MAKEpst", diff --git a/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc b/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc index 6ac00edaabc..7a46ae4c2e1 100644 --- a/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc @@ -61,6 +61,7 @@ depend pst-ode depend pst-optexp depend pst-optic depend pst-osci +depend pst-ovl depend pst-pad depend pst-pdgr depend pst-platon diff --git a/Master/tlpkg/tlpsrc/pst-ovl.tlpsrc b/Master/tlpkg/tlpsrc/pst-ovl.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/pst-ovl.tlpsrc |