diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-18 23:02:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-18 23:02:43 +0000 |
commit | 48e0525222a632b54e5b36e648ab73184631132c (patch) | |
tree | 2b3cf3dcb3090f916365e071781b296c67de21ab /Master/texmf-dist | |
parent | 5514e6a9c75aa1f87e470e29227c3a78b6659eca (diff) |
updmap.pl (along with tlmgr.pl) will be maintained in Master, but as yet no others of the tl_scripts
git-svn-id: svn://tug.org/texlive/trunk@30018 c570f23f-e606-0410-a88d-b1316a301751
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; |