summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-03-01 02:30:24 +0000
committerNorbert Preining <preining@logic.at>2012-03-01 02:30:24 +0000
commitd73c68c3c78f43fc4b302c1b20defc5a70d6b998 (patch)
tree5771d36e66c9ab18688e3108abd4b1b093cc261b /Master/texmf-dist/scripts
parenta5780e34c946bf7e58a7f7fd064ab1700cd3dc9e (diff)
update updmap-setup-kanji from source
git-svn-id: svn://tug.org/texlive/trunk@25543 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl b/Master/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
index f7762fc4fcb..307e68c96e8 100755
--- a/Master/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
+++ b/Master/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
@@ -19,8 +19,8 @@ use Getopt::Long qw(:config no_autoabbrev ignore_case_always);
use strict;
my $prg = "updmap-setup-kanji";
-my $vers = "0.9.3";
-my $version = '$Id: updmap-setup-kanji.pl 25316 2012-02-06 14:48:29Z preining $';
+my $vers = "0.9.4";
+my $version = '$Id: updmap-setup-kanji.pl 25542 2012-03-01 02:29:35Z preining $';
my $updmap_real = "updmap-sys";
my $updmap = $updmap_real;
@@ -181,11 +181,11 @@ sub SetupMapFile {
my $MAPFILE = "otf-$rep.map";
if (check_mapfile($MAPFILE)) {
print "Setting up ... $MAPFILE\n";
- system("$updmap -setoption kanjiEmbed $rep");
+ system("$updmap --quiet --nomkmap --nohash -setoption kanjiEmbed $rep");
if ($opt_jis) {
- system("$updmap -setoption kanjiVariant -04");
+ system("$updmap --quiet --nomkmap --nohash -setoption kanjiVariant -04");
} else {
- system("$updmap -setoption kanjiVariant \"\"");
+ system("$updmap --quiet --nomkmap --nohash -setoption kanjiVariant \"\"");
}
system("$updmap");
} else {