summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-04-23 23:52:46 +0000
committerNorbert Preining <preining@logic.at>2012-04-23 23:52:46 +0000
commit74e624196144ae218a63a4c35672fc7a0e7b18dc (patch)
tree43e7f3bf834303335d81df556afca1fc1ddce5c9 /Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf
parent68c4c15d01c4839dc0b91269e02d3931dc598d5a (diff)
japanese-otf-uptex 0.10 (24Apr)
fix ctan2tds for new script name git-svn-id: svn://tug.org/texlive/trunk@26114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf')
-rwxr-xr-xMaster/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf11
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf
index f832af37de8..7106ed9ef1b 100755
--- a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf
+++ b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf
@@ -391,9 +391,12 @@ sub make_vf {
close(OVP);
exit if $debug_mode;
- if ($ovp2ovf eq '') {
- $ovp2ovf = 'wovp2ovf'; # use ovp2ovf WEB version in TeXLive svn r24922 or later if you use SP
- }else{
+
+ $ovp2ovf = 'ovp2ovf'; # use ovp2ovf WEB version in TeXLive svn r24922 or later if you use SP
+ if (defined($ENV{'OVP2OVF'})) {
+ $ovp2ovf = $ENV{'OVP2OVF'};
+ }
+ if ($ovp2ovf_command ne '') {
$ovp2ovf = $ovp2ovf_command;
}
system("$ovp2ovf $tfm_name.ovp $tfm_name.vf $tfm_name.ofm");
@@ -437,7 +440,7 @@ sub make_tfm {
#### dfn of sub sub rtns ###
##############################
sub print_help {
- print "This is umkjvf version 0.09 (2012/2/18) by ttk\n";
+ print "This is umkjvf version 0.10 (2012/4/21) by ttk\n";
print "Based on mkjvf version 1.0b21 (2010/3/25) by psitau\n";
print "Usage: umkjvf [option] <TFMfile> <PSfontTFM> [<PSfontTFM>]\n";
print " -b <number> baseline shift\n";