diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-10 22:37:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-10 22:37:14 +0000 |
commit | 95ca32d40c7d3f78258cac6b977f909169659be4 (patch) | |
tree | b1b639fc1a9f909289b5a4df9ef2523303f59719 /Master/tlpkg | |
parent | 3663c65a6db3af1da47593f800cd586161bba772 (diff) |
lettre (10oct13)
git-svn-id: svn://tug.org/texlive/trunk@31879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7294f18c7bb..c113483c8dd 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1432,7 +1432,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'latex4wp', 'NULL', # keep doc together 'latex4wp-it', 'NULL', # keep doc together 'lecturer', '(t-)?lecturer.(tex|sty)|ltr-', - 'lettre', '\.ins|\.cls', + 'lettre', 'default\.ins|\.cls', 'levy', 'greekmacros.tex|' . $standardtex, 'lgrx', '\.dfu$|' . $standardtex, 'lhcyr', 'lhcyr.*', @@ -1996,6 +1996,7 @@ $standardsource='\.(bat|c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'latex2e-help-texinfo','NULL', # doc package 'latex2man', 'NULL', # leave Makefile 'latexdiff', 'NULL', # leave Makefile + 'lettre', 'NULL', 'lhcyr', 'README', # historical 'lua-alt-getopt', 'NULL', 'lua2dox', 'NULL', # process lua2dox_filter.bat |