diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 |