diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-22 23:38:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-22 23:38:32 +0000 |
commit | 2e39c4e8b29450a6cd708fed8bbd42cb6fcfc2a5 (patch) | |
tree | b8d00e8f9756eb732fd4a872fe55c6c513dd2330 /Master/tlpkg/libexec/ctan2tds | |
parent | 622005e9185eeecc5da1c72db4955286cd45be37 (diff) |
tlc2 non-update
git-svn-id: svn://tug.org/texlive/trunk@26095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 0870aacb255..ab63157d1b9 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1365,6 +1365,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'tipa-de', 'NULL', # doc package 'titleref', '^..[^s].*\.sty', # not miscdoc.sty 'tkz-orm', 'tkz.*\.sty', # no pgfmanual.sty + 'tlc2', 'NULL', # doc package 'tools', '\.cfg|\.sty|\.clo|\.cls|\.def|\.fd$|.?\.tex|^\.tex$', 'translator', '\.dict|translator-language-mappings.tex|' . $standardtex, 'translation-array-fr', 'NULL', # doc @@ -2239,6 +2240,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'purifyeps' => 'purifyeps.pdf', 'revtex' => '00readme.tex|DOWNLOAD|README', # already in doc 'suftesi' => 'example/MaterialeInizialeFinale/.DS_Store', + 'tlc2' => 'NULL', # doc package 'tufte-latex' => $standardclean . '|.tds.zip$', 'wsuipa' => $standardclean . '|.*pk$', # premade pk files ); |