summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-04-05 20:00:42 +0000
committerKarl Berry <karl@freefriends.org>2023-04-05 20:00:42 +0000
commit4e2ef99b906502fbcb098bc6c1f487657ee43b58 (patch)
treebe2fa51fc62ba0f582d0f655a5513e96751fc656 /Master/tlpkg
parenta85169c1a5c033b4bd940bb89ba260bebc13deb7 (diff)
tikzducks (5apr23)
git-svn-id: svn://tug.org/texlive/trunk@66773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 6353d5bd93f..b6706ce1cd7 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2426,7 +2426,7 @@ $standardtex
'tikz-qtree', '(pgf|tikz-)(subpic|q?tree(-compat)?)\.(tex|sty)',
'tikz-sfc', '\.code\.tex$',
'tikz-trackschematic', '\.code\.tex$|tic\.sty$', # not *documentation.sty
- 'tikzducks', '-generic.tex$|\.mkiv$|' . $standardtex,
+ 'tikzducks', '-(generic|plain).tex$|\.mkiv$|' . $standardtex,
'tikzposter', 'tikzposter[^-].*\.tex|' . $standardtex,
# tipa: we want to install all .sty except tipaman|boxchar|codelist.
# i can't explain why ^(?!...), the "zero-width negative look-ahead