diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-23 00:35:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-23 00:35:25 +0000 |
commit | af7d5f20724c4c7556806a2aa71f169789c599af (patch) | |
tree | 5fc932d849798563177b7e077ce39fb61dd81136 /Master/tlpkg | |
parent | b3d785975adf312b4c8be08a8f91b0d443331b68 (diff) |
pkfix 1.5 (18mar09)
git-svn-id: svn://tug.org/texlive/trunk@12488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 9d1886c0a64..05989ee8c4b 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -174,7 +174,7 @@ my @WorkingTLP = qw( permute petiteannonce pgf pgf-soroban pgfopts pgfplots phaistos philex philosophersimprint phonetic pict2e pictex pictex2 pigpen - pinlabel pittetd placeins plari plates play + pinlabel pittetd pkfix placeins plari plates play plnfss pmgraph poemscol polski polyglossia polynom polynomial polytable powerdot ppr-prv pracjourn preprint diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7eaebdc909b..a38a7b2b1dd 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -988,7 +988,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'gfsneohellenic','fonts', 'germbib', 'bibtex', 'gost', 'bibtex', - 'greepoint', 'fonts', + 'greenpoint', 'fonts', 'hfoldsty', 'fonts', 'hieroglf', 'fonts', 'hyplain', 'plain', @@ -1033,6 +1033,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'philokalia', 'xelatex', 'phonetic', 'fonts', 'pictex', 'generic', + 'pkfix', 'support', 'plnfss', 'plain', 'psfrag-italian', 'italian', 'pst-cox', 'generic', @@ -1408,6 +1409,7 @@ $standardxmt='\.xmt'; 'mkjobtexmf' => '\.pl$', 'pdfcrop' => '\.pl$', 'perltex' => '\.pl$', + 'pkfix' => '\.pl$', 'pst2pdf' => '\.pl$', 'texcount' => '\.pl$', 'texloganalyser' => 'texloganalyser', |