diff options
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/updmap.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/texlive/updmap.pl b/Master/texmf-dist/scripts/texlive/updmap.pl index 3853e25b25d..d668a092f9e 100755 --- a/Master/texmf-dist/scripts/texlive/updmap.pl +++ b/Master/texmf-dist/scripts/texlive/updmap.pl @@ -1,6 +1,7 @@ #!/usr/bin/env perl -# mupdmap: utility to maintain map files for outline fonts. -# $Id: updmap.pl 29907 2013-04-13 23:41:19Z karl $ +# $Id$ +# updmap - maintain map files for outline fonts. +# (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.) # # Copyright 2011, 2012, 2013 Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -33,7 +34,7 @@ BEGIN { } -my $version = '$Id: updmap.pl 29907 2013-04-13 23:41:19Z karl $'; +my $version = '$Id$'; use Getopt::Long qw(:config no_autoabbrev ignore_case_always); use strict; |