diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-30 23:53:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-30 23:53:29 +0000 |
commit | 3a9b5ce4591ae2e4b65c9d3b9cbfd9d468a0b11c (patch) | |
tree | 725df3c31dbb7f23e158b0348d8287f025237f85 /Master/tlpkg/bin | |
parent | 312f2f251372a755d21756eb6c82204d0e177aed (diff) |
lcyw .cmap must be in runtime
git-svn-id: svn://tug.org/texlive/trunk@7758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 92d89de8d09..82385b4a81b 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -833,7 +833,7 @@ $standardmakeindex='\.ist'; # packages which need special .tex/.sty files installed -$standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; +$standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap'; %specialtex= ( 'FAQ-en', 'NULL', 'abbr', '\.tex', @@ -856,7 +856,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'chemstyle', "\.jdf|$standardtex", 'cirth', 'num\.tex', 'clock', '\.sty|clock\.tex', - 'cmap', '\.sty|\.cmap', + 'cmap', '\.sty', 'codepage', '\.sty|\.tex', 'contour', '\.cfg|\.sty|\.cnt', 'ctib', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|ctib\.tex', |