diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-13 21:55:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-13 21:55:34 +0000 |
commit | c82d3595a7ed2e8afc2a67092d9acce9987e7dd8 (patch) | |
tree | 66330d1a1195fe87596565c0c56fe22eaf8bc88d /Master/tlpkg/libexec/ctan2tds | |
parent | 74e31d62761dbf304a52bdc62776ec121e104168 (diff) |
bmstu preserve dir structure per author, 13 Feb 2022 13:52:00
git-svn-id: svn://tug.org/texlive/trunk@62012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2d6b732c167..89b1af24218 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -223,7 +223,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'blanks', "die 'skipping, unknown license (and c.1992)'", 'blockdraw_mp',"&MAKEflatten", 'blu', "die 'skipping, too old'", - 'bmstu', "&MAKEflatten", + #'bmstu', "&MAKEflatten", 'bmstu-iu8', "&MAKEflatten", 'bnf-plain', "die 'skipping, unknown license (and c.1992)'", 'bookhands', "&MAKEwilson", @@ -1914,7 +1914,7 @@ $standardtex 'blockdraw_mp','NULL', # skip .sty's 'booktabs-de', 'NULL', # doc package 'booktabs-fr', 'NULL', # doc package - 'bmstu', 'bmstu-logo\.pdf|' . $standardtex, + 'bmstu', 'img|sty|' . $standardtex, 'bussproofs-extra', 'bussproofs-extra.sty', # not bpextra.sty 'breqn', '\.sty|\.sym', 'buctthesis', 'buct.*cls', |