diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-20 21:50:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-20 21:50:03 +0000 |
commit | 4ee0c0b5bee335b4225bde6d39dabbb0fb04ec9c (patch) | |
tree | 74e46b3249e3fc527c1c644a888b8d1b65099b7c /Master | |
parent | cf8bee7c30b33ba8a8a6f8646b6e072e345d1a44 (diff) |
jfontmaps sync
git-svn-id: svn://tug.org/texlive/trunk@27755 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/jfontmaps/ChangeLog | 15 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
2 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/jfontmaps/ChangeLog b/Master/texmf-dist/doc/fonts/jfontmaps/ChangeLog index 1ba2f0e16f4..a4262995b38 100644 --- a/Master/texmf-dist/doc/fonts/jfontmaps/ChangeLog +++ b/Master/texmf-dist/doc/fonts/jfontmaps/ChangeLog @@ -1,3 +1,18 @@ +2012-06-19 Norbert Preining <preining@logic.at> + + * scripts/updmap-setup-kanji.pl: + - fix and simplify status detection + - add options to the help string + - switch completely to updmap (non -sys) variant, we will + use the usual wrapper system for updmap-setup-kanji-sys + (patch from Hironori Kitagawa) + +2012-04-25 Norbert Preining <preining@logic.at> + + * kozuka/otf-up-kozuka.map: fix inconsistency in naming of + font files + Version v0.9.5 + 2012-03-15 Norbert Preining <preining@logic.at> * scripts/updmap-setup-kanji.pl: remove (...) from the output diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 28726d5f332..3fd9c86278c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2233,7 +2233,7 @@ $standardxmt='\.xmt'; 'fragmaster' => 'fragmaster\.pl$', 'fontools' => '(afm2afm|autoinst|ot2kpx)$', 'installfont' => 'installfont-tl', - 'jfontmaps' => 'updmap-setup-kanji\.pl', + 'jfontmaps' => 'updmap-setup-kanji\.pl|updmap-setup-kanji-sys.sh', 'latex2man' => 'latex2man$', 'latexdiff' => 'latex(diff-so|diff-vc|revise)$', 'latexmk' => '\.pl$', @@ -2950,7 +2950,7 @@ sub doscripts { if $linkname =~ /lua2dox_lua/; } else { # Windows. If a shell script, skip. Else copy the wrapper. - next if $s =~ /\.sh$|lua2dox/; + next if $s =~ /\.sh$|lua2dox/ && $s !~ /-sys\.sh$/; my $w32_wrapper = "$Build/$build_tldir/w32_wrapper/runscript.exe"; &SYSTEM ("$CP $w32_wrapper $platdir/$linkname.exe"); # |