summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-04-05 20:09:08 +0000
committerKarl Berry <karl@freefriends.org>2023-04-05 20:09:08 +0000
commit93570294d6aa702f5ac83233dbacda328ea8fa28 (patch)
tree0abe1922134288130aaccae5e10bc78e51795b2b /Master/tlpkg/libexec
parentebd6a55d07b38530ea441b619d12f712f2652da8 (diff)
texfindpkg (5apr23)
git-svn-id: svn://tug.org/texlive/trunk@66777 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
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$',