diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/extra/jfontmaps/script/updmap-otf.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/extra/jfontmaps/script/updmap-otf.pl b/Build/source/extra/jfontmaps/script/updmap-otf.pl index 7f79fa2a72e..0330a2d5d7e 100644 --- a/Build/source/extra/jfontmaps/script/updmap-otf.pl +++ b/Build/source/extra/jfontmaps/script/updmap-otf.pl @@ -9,6 +9,7 @@ # # 31 Jan 2012 # rewrite in Perl, so that the script is usable under Windows +# add command line options for help, dry-run, etc # 27 Jan 2012 by PREINING Norbert <preining@logic.at> v0.9.2 # support IPA and IPAex fonts # improve and extended documentation @@ -41,7 +42,7 @@ use Getopt::Long qw(:config no_autoabbrev ignore_case_always); use strict; my $prg = "updmap-otf"; -my $version = '$Id:'; +my $version = '$Id'; my $updmap_real = "updmap-sys"; my $updmap = $updmap_real; |