diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-24 20:57:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-24 20:57:29 +0000 |
commit | 2788d9fb9b228a993b9396b91c9fcd4845635b64 (patch) | |
tree | 134367b5ecbcd84d94aa0946a6aa94be11b92027 /Master/tlpkg/libexec | |
parent | 5de4049c3701b77b230e19cd22c0f1b0e3ac762e (diff) |
yquant (24mar20)
git-svn-id: svn://tug.org/texlive/trunk@54527 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3090821f3c4..31e4ed3fd98 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1380,6 +1380,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'yinit', "die 'skipping, use gothic'", 'yinit-as', "die 'skipping, wait request, old never-included variant of yinit'", 'yplan', "&MAKEnosymlinks", + 'yquant', "&MAKEflatten", 'yschwab', "die 'skipping, use gothic'", 'yt4pdf', "die 'skipping, per author (dps) request'", 'ytex', "die 'skipping, noinfo license'", @@ -2153,6 +2154,7 @@ $standardtex 'xstring', 'xstring\.tex|' . $standardtex, 'yathesis', '\.(sty|cls)$', # no .cfg 'yax', '(t-)?yax\.(sty|tex)|' . $standardtex, + 'yquant', '\.sty|yquant-.*[^c]\.tex', # not yquant-doc.{tex,pdf} 'zefonts', '\.sty|\.fd', ); |