summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/updmap.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-08 16:08:54 +0000
committerKarl Berry <karl@freefriends.org>2013-04-08 16:08:54 +0000
commit6fd705afe8555d118ed285192cff67b680d5c438 (patch)
treedd92babec9528b18402f470aeb38f5e7d82594e0 /Master/texmf-dist/scripts/texlive/updmap.pl
parent4bbdb7af7704d712bc0aac08bc8d02709336bfd8 (diff)
sync scripts and files with results of make install
git-svn-id: svn://tug.org/texlive/trunk@29740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/updmap.pl')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/updmap.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/updmap.pl b/Master/texmf-dist/scripts/texlive/updmap.pl
index c87e7d09b7f..c456f226835 100755
--- a/Master/texmf-dist/scripts/texlive/updmap.pl
+++ b/Master/texmf-dist/scripts/texlive/updmap.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# mupdmap: utility to maintain map files for outline fonts.
-# $Id: updmap.pl 27264 2012-07-31 05:10:29Z preining $
+# $Id: updmap.pl 28922 2013-01-24 01:12:02Z karl $
#
# Copyright 2011, 2012 Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -33,7 +33,7 @@ BEGIN {
}
-my $version = '$Id: updmap.pl 27264 2012-07-31 05:10:29Z preining $';
+my $version = '$Id: updmap.pl 28922 2013-01-24 01:12:02Z karl $';
use Getopt::Long qw(:config no_autoabbrev ignore_case_always);
use strict;