diff options
author | Karl Berry <karl@freefriends.org> | 2014-01-20 23:12:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-01-20 23:12:13 +0000 |
commit | 640b371427c6a52014149f3a7afda93519ffb738 (patch) | |
tree | b6e21aaebb34ac737bcf9bc95d8b9fe715eec779 /Master/tlpkg | |
parent | 77c1f1cffad9623ef803beb43d950070707ef93b (diff) |
hobby (20jan14)
git-svn-id: svn://tug.org/texlive/trunk@32731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 73a3c032bc7..0c34c35fe38 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -17,7 +17,7 @@ sub main { # erroneous or problematic tds files (when new, tell RobinF and author) $erroneous_tds = join ("|", - qw(countriesofeurope engpron gost hacm he-she imtekda + qw(countriesofeurope engpron gost hacm he-she hobby imtekda inconsolata mathdesign spanish sttools titleps), ); diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 55a676dcf78..a420dcd2cb8 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1422,6 +1422,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'hanoi', 'hanoi\.tex', 'harvmac', 'mac\.tex', 'hc', '\.hld|' . $standardtex, + 'hobby', 'code\.tex|' . $standardtex, 'hrefhide', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'hyper', '^[^d].*\.sty|\.hyp', # not defpattern.sty 'hyphenex', 'ushyphex\.tex', |