summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-30 21:36:12 +0000
committerKarl Berry <karl@freefriends.org>2020-06-30 21:36:12 +0000
commit19231c941e84eab338d693c69091cd0a16d45344 (patch)
tree48834c35b0a8fdf3182556ddf23507a4b4e3c6fe /Master/tlpkg/libexec/ctan2tds
parent5dc98f26301535cf34bb616e5e29c973c6afe3ea (diff)
tikzducks [now generic] (30jun20)
git-svn-id: svn://tug.org/texlive/trunk@55713 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 549f5957f3d..05019619c36 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1393,6 +1393,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'xkeyval', "&MAKExkeyval",
'xlop', "&MAKEflatten",
'xltabular', "&MAKEflatten",
+ 'xml2pmx', "die 'skipping, nontrivial compilation needed'",
'xmltex', "&MAKExmltex",
'xor', "die 'skipping, will be in xpackages when ready (Morten says)'",
'xpackages', "die 'skipping, now l3packages, etc.'",
@@ -1722,6 +1723,7 @@ $standarddest = "texmf-dist";
'texdraw', 'generic',
'texsis', 'texsis',
'textmerg', 'generic',
+ 'tikzducks', 'generic',
'tugboat-plain', 'plain',
'ulem', 'generic',
'uptex-base', 'uptex',
@@ -2132,6 +2134,7 @@ $standardtex
'tikz-qtree', '(pgf|tikz-)(subpic|q?tree(-compat)?)\.(tex|sty)',
'tikz-sfc', '\.code\.tex$',
'tikz-trackschematic', '\.code\.tex$',
+ 'tikzducks', '-generic.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
@@ -2435,6 +2438,7 @@ $standardtex
'texsis', 'otherformats',
'textmerg', 'generic',
'textpath', 'metapost',
+ 'tikzducks', 'generic',
'timing', 'fonts',
'trajan', 'fonts',
'tugboat-plain', 'plain',