diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-24 01:10:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-24 01:10:54 +0000 |
commit | 41a56f5b7e74229d400a0c72cb900e2b1b3875c3 (patch) | |
tree | cc8ede263d129924dd4864297dcf4018999f46bd /Master/tlpkg/bin/tlpkginfo | |
parent | 219fecec6f6232564cea56106ba88017354f50f2 (diff) |
siunitx 1.1j (22dec08)
git-svn-id: svn://tug.org/texlive/trunk@11700 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 7a8e2ba1c10..0dfa02724f2 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -27,7 +27,7 @@ sub main $latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds"; # and the CJK material is split into several packages. - $cjk_pkgs = "bin-(cjk|ttf)utils|c90enc|garuda|norasi"; + $cjk_pkgs = "bin-(cjk|ttf)utils|dnp|(|garuda-|norasi)c90"; if ($ARGV[0] eq "--ctan-dir") { my $output = &find_ctan_dir ($ARGV[1]); |