diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-01 17:45:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-01 17:45:50 +0000 |
commit | 06b1964526f9f21bba3b50c33085a434ecbc64d3 (patch) | |
tree | 8a674657765462b4d90c10fcc758d1185b2abe3c /Master/tlpkg | |
parent | 1734821ab45d435176ee5c554e59bd8b51d2f01f (diff) |
norasi-c90 from cjk 4.8.2 (29dec08)
git-svn-id: svn://tug.org/texlive/trunk@11790 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 8 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/norasi-c90.tlpsrc | 2 |
4 files changed, 7 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 0dfa02724f2..4f1570ff7f3 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|dnp|(|garuda-|norasi)c90"; + $cjk_pkgs = "bin-(cjk|ttf)utils|dnp|(|garuda-|norasi-)c90"; if ($ARGV[0] eq "--ctan-dir") { my $output = &find_ctan_dir ($ARGV[1]); diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm index 280101511b2..05ecc02d8d3 100755 --- a/Master/tlpkg/bin/tlprm +++ b/Master/tlpkg/bin/tlprm @@ -76,19 +76,19 @@ sub main my $tsrc = "$Master/tlpkg/tlpsrc"; my @lines = `grep -l 'depend.* $f\$' $tsrc/collection-* $tsrc/scheme-*`; - print "first edit collections:\n", @lines; + print "first edit collections:\n", @lines if @lines; `printf "@lines" >>$commit_file`; my $check_script = "$Master/tlpkg/bin/tlpkg-ctan-check"; @lines = `egrep '( |^)$f( |\$)' $check_script`; if (@lines) { - print "and no future checks: $check_script\n"; + print "no future checks: $check_script\n"; `echo $check_script >>$commit_file`; } # e.g., insert a die. - print "and no resurrection: $Master/tlpkg/bin/ctan2tds\n"; - `echo $Master/tlpkg/bin/ctan2tds >>$commit_file`; + print "no resurrection: $Master/tlpkg/libexec/ctan2tds\n"; + `echo $Master/tlpkg/libexec/ctan2tds >>$commit_file`; print "then:\nsvn remove `cat $rm_file`\n"; print "svn commit -m'rm $f, REASON' `cat $commit_file`\n"; diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 6d1495bfa4e..2af08cd7f34 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3309,7 +3309,6 @@ sub MAKEdnp { &MAKEcjk_common (); require "dnp.pl"; - # have to mv texmf/fonts/sfd to texmf-dist/fonts/sfd/ttf2tpk and rm DNP.sfd } sub MAKEgaruda_c90 diff --git a/Master/tlpkg/tlpsrc/norasi-c90.tlpsrc b/Master/tlpkg/tlpsrc/norasi-c90.tlpsrc new file mode 100644 index 00000000000..9757b14269b --- /dev/null +++ b/Master/tlpkg/tlpsrc/norasi-c90.tlpsrc @@ -0,0 +1,2 @@ +name norasi-c90 +category Package |