summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-08 20:23:52 +0000
committerKarl Berry <karl@freefriends.org>2022-05-08 20:23:52 +0000
commitb14d6227d79a3ba7ba5297db42ae5c14c02075bd (patch)
tree1575330b7a6021214ef1bedcece5eb2546d9f326 /Master/tlpkg/libexec
parent6b0dba844eeab4f1d26d299a162e71a3405ffc36 (diff)
hvextern (8may22)
git-svn-id: svn://tug.org/texlive/trunk@63260 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 70e2d2dcfaa..122e30f0827 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2052,10 +2052,10 @@ $standardtex
'hlist', 'hlist\.tex|' . $standardtex,
'hobby', 'code\.tex|' . $standardtex,
'mhchem', 'hpstatement.inc|' . $standardtex,
- 'hrefhide', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide
+ 'hrefhide', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide
'huawei', '.*cover-picture\.pdf|' . $standardtex,
- 'hvextern', '\.cfg|' . $standardtex,
- 'hyper', '^[^d].*\.sty|\.hyp', # not defpattern.sty
+ 'hvextern', 'hv(?!doctools).*\.sty', # negative lookahead fun
+ 'hyper', '^[^d].*\.sty|\.hyp', # not defpattern.sty
'hyphenex', 'ushyphex\.tex',
'hyplain', '(hyrules|hy.*plain|hylang)\..*',
'ibygrk', 'iby4extr.tex|ibycus4.tex|ibycusps.tex|pssetiby.tex|setiby4.tex|tlgsqq.tex|version4.tex|' . $standardtex,
@@ -2151,7 +2151,7 @@ $standardtex
'mathabx', 'mathabx\.(dcl|tex)|' . $standardtex,
'mathdots', 'mathdots\.tex|' . $standardtex,
'mathlig', '\.tex',
- 'mathsemantics','mathsemantics(?!-documentation-local).*\.sty', # negative lookahead fun
+ 'mathsemantics','mathsemantics(?!-documentation-local).*\.sty',
'mdframed', '\.mdf|' . $standardtex,
'media4svg', '\.lua|' . $standardtex,
'metanorma', 'x?l$|' . $standardtex,