diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-10 22:38:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-10 22:38:10 +0000 |
commit | 89135e7e1b6a211b066867735c41e9a1a4310c5f (patch) | |
tree | 2196faea0cf74bd49d034d56443ae7644a638c35 /Master/tlpkg/libexec | |
parent | 6380d0315e1132891b4735999c26b0a41e6d1aaa (diff) |
pst2pdf (10mar13)
git-svn-id: svn://tug.org/texlive/trunk@29333 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 01a07625069..09510ea49ef 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -832,6 +832,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'pst-tvz', "&MAKEpst", 'pst-uml', "&MAKEpst", 'pst-vue3d', "&MAKEpst", + 'pst2pdf', "&MAKEflatten", 'pstdoc', "die 'skipping, requires python'", 'pstrees', "die 'skipping, obsolete (for latex 2.09)'", 'pstricks', "&MAKEpstricks", @@ -2338,7 +2339,7 @@ $standardxmt='\.xmt'; 'pkfix' => '\.pl$', 'pkfix-helper' => 'pkfix-helper$', 'pmx' => '\.lua$', - 'pst2pdf' => 'pst2pdf$', + 'pst2pdf' => 'pst2pdf\.pl$', 'purifyeps' => 'purifyeps$', 'sty2dtx' => '\.pl$', 'svn-multi' => 'svn-multi\.pl$', |