diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-23 01:20:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-23 01:20:19 +0000 |
commit | 82657b1984ba59ad8870c6ee918fb14626a04fd1 (patch) | |
tree | 417341195f9f8f7b48cc11cb6974da702a25d195 /Master/tlpkg/libexec | |
parent | de83ceff93cb78af1af72c4a1e063d8dc18caa66 (diff) |
new script pkfix-helper
git-svn-id: svn://tug.org/texlive/trunk@12491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ea20e7532b3..483f93844d4 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1034,6 +1034,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'phonetic', 'fonts', 'pictex', 'generic', 'pkfix', 'support', + 'pkfix-helper','support', 'plnfss', 'plain', 'psfrag-italian', 'italian', 'pst-cox', 'generic', @@ -1411,6 +1412,7 @@ $standardxmt='\.xmt'; 'pdfcrop' => '\.pl$', 'perltex' => '\.pl$', 'pkfix' => '\.pl$', + 'pkfix-helper' => 'pkfix-helper$', 'pst2pdf' => '\.pl$', 'purifyeps' => 'purifyeps$', 'texcount' => '\.pl$', @@ -1420,6 +1422,7 @@ $standardxmt='\.xmt'; # packages which have man pages to install. Assume section 1 for now. %specialmans = ( + 'pkfix-helper' => 'pkfix-helper.1', 'purifyeps' => 'purifyeps.1', ); @@ -1445,6 +1448,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'lshort-spanish'=>'lshort-a5book.pdf', # a4 is enough 'mathexam' => 'sample.tex~', 'notes2bib' => "$standardclean|jawltxdoc.sty", # temp file for doc + 'pkfix-helper' => 'pkfix-helper.pdf', 'purifyeps' => 'purifyeps.pdf', 'rsc' => $standardclean . '|jawltxdoc.sty', # temp file for doc 'wsuipa' => $standardclean . '|.*pk$', # premade pk files |