summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-01-31 08:15:07 +0000
committerNorbert Preining <preining@logic.at>2012-01-31 08:15:07 +0000
commit77a1a3eac4af20e805ef82a758824009cbf54fdf (patch)
tree67c8194b1cae7cd7c4130419f8460c974e6b8e05 /Build
parentafa222b9b1c28fb6f6c65ae5b2345e01a0033a8f (diff)
edit history, update id
git-svn-id: svn://tug.org/texlive/trunk@25253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/extra/jfontmaps/script/updmap-otf.pl3
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;