diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-18 23:20:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-18 23:20:23 +0000 |
commit | 8559bda8229acd80792d1b0683e8f66d7e5fafb1 (patch) | |
tree | ac09e6a291a43b531b764105981c3f5844443742 /Master/tlpkg | |
parent | 4c841569d636a6dcddf66ab0ab135249a569f64e (diff) |
ifsym non-update for tlpkg-ctan-check
git-svn-id: svn://tug.org/texlive/trunk@24868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e41e39cd427..edaf417d2e4 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -197,7 +197,7 @@ my @TLP_working = qw( hypdvips hyper hypernat hyperref hyperxmp hyph-utf8 hyphen-base hyphenat hyphenex hyplain ibygrk icsv idxlayout ieeepes - ifetex ifmslide ifmtarg ifnextok ifoddpage ifplatform iftex ifxetex + ifetex ifmslide ifmtarg ifnextok ifoddpage ifplatform ifsym iftex ifxetex ijmart ijqc imac image-gallery imakeidx impatient impatient-fr impnattypo import imtekda diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f3ebdb6f0a4..1c696dc6fe7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1919,8 +1919,9 @@ $standardmfinstall = '\.mf$'; %specialmfinstall = ( 'asaetr' => 'NULL', # cmcscsl10.mf conflict 'astro' => 'astrosym.(cal|cmn|mac|uni|xtr)', - 'cmcyr' => '\.mf', + 'cmcyr' => '\.mf', 'ibygrk' => 'ibycus4\.map', # tex|mf source + 'ifsym' => $standardmfinstall . '|\.gen', 'niceframe', => '(karta|umrand).*\.mf', # not bbding or dingbat 'wnri' => $standardmfinstall . '|wnindic\.map',# mf source ); |