diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3fda3698936..80dacfb330a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2092,7 +2092,6 @@ $standardtex 'fancytooltips', 'fancytipmark\..*|' . $standardtex, 'fewerfloatpages', '\.sty$', # not l3doc-TUB.cls 'figflow', '\.tex', - 'findpkg', '\.json.gz|' . $standardtex, 'fjodor', 'fjodor\.sty', # not srbook-mem.sty 'flashmovie', '\.swf|' . $standardtex, 'fltpoint', '\.sty|\.tex', @@ -2413,6 +2412,7 @@ $standardtex 'texdimens', 'texdimens\.tex$|' . $standardtex, 'texdoc', 'NULL', # not texdoc-doc.cls 'texdraw', 'tex$|' . $standardtex, + 'texfindpkg', '\.json.gz$', 'texosquery', '\.tex$|' . $standardtex, 'texproposal', 'NULL', 'texsis', '\.txs|TXS.*tex|texsis.tex', @@ -3699,6 +3699,7 @@ $standardttf = '\.ttf|\.TTC'; 'texdiff' => 'texdiff$', 'texdirflatten' => 'texdirflatten$', 'texdoc', => 'texdoc\.tlu$', + 'texfindpkg' => 'texfindpkg\.lua$', 'texfot' => 'texfot\.pl$', 'texliveonfly' => '\.py$', 'texloganalyser' => 'texloganalyser$', @@ -3789,6 +3790,7 @@ $standardttf = '\.ttf|\.TTC'; 'texdiff' => 'texdiff.1', 'texdirflatten' => 'texdirflatten.1', 'texdoc' => '\.1$', + 'texfindpkg' => '\.1$', 'texfot' => '\.1$', 'texlogfilter' => '\.1$', 'texlogsieve' => '\.1$', |