diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-11 00:42:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-11 00:42:40 +0000 |
commit | 030ea45adcac9c8cf31e5e2ad474965155c8d4e0 (patch) | |
tree | 54cb7b81fb3e505b3f9672a7baa0ac50bbaa2e1a /Master/tlpkg/libexec | |
parent | 8e5e9bbf8afd30acf79e6efd665b94f96e697a2c (diff) |
new latex pkg pageslts 1.1b (10jun10)
git-svn-id: svn://tug.org/texlive/trunk@18883 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index b4788f4bc52..56db4143be5 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -933,6 +933,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'notes', '[^s]\.(eps|pdf|png)|' . $standardtex, # not notes.pdf 'ntheorem', '\.sty|\.std', 'ofs', '^ofs\.tex|ofsdef\.tex|ofs-.*\.tex|\.sty|a.*\.tex|.*fn\.tex', + 'pageslts', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'patch', '\.tex', 'pdf-trans', 'pdf-trans.tex', 'pdfcprot', '\.cpa|\.sty', |