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 | |
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
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/updmap.pl (renamed from Build/source/texk/texlive/tl_scripts/updmap.pl) | 7 | ||||
-rw-r--r-- | Build/source/texk/texlive/tl_scripts/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/texlive/tl_scripts/Makefile.in | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/updmap.pl | 7 |
6 files changed, 12 insertions, 8 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am index 76485006461..1984dcd19d2 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.am +++ b/Build/source/texk/texlive/linked_scripts/Makefile.am @@ -143,6 +143,7 @@ texmf_other_scripts = \ texdirflatten/texdirflatten \ texlive/rungs.tlu \ texlive/tlmgr.pl \ + texlive/updmap.pl \ texliveonfly/texliveonfly.py \ texloganalyser/texloganalyser \ thumbpdf/thumbpdf.pl \ diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in index 37118e3d689..61efaeb8778 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.in +++ b/Build/source/texk/texlive/linked_scripts/Makefile.in @@ -320,6 +320,7 @@ texmf_other_scripts = \ texdirflatten/texdirflatten \ texlive/rungs.tlu \ texlive/tlmgr.pl \ + texlive/updmap.pl \ texliveonfly/texliveonfly.py \ texloganalyser/texloganalyser \ thumbpdf/thumbpdf.pl \ diff --git a/Build/source/texk/texlive/tl_scripts/updmap.pl b/Build/source/texk/texlive/linked_scripts/texlive/updmap.pl index 4cb6ca8da9e..6fcea7ad8b7 100755 --- a/Build/source/texk/texlive/tl_scripts/updmap.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/updmap.pl @@ -1,6 +1,7 @@ #!/usr/bin/env perl -# mupdmap: utility to maintain map files for outline fonts. -# $Id$ +# $Id: updmap.pl 29907 2013-04-13 23:41:19Z karl $ +# 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$'; +my $version = '$Id: updmap.pl 29907 2013-04-13 23:41:19Z karl $'; use Getopt::Long qw(:config no_autoabbrev ignore_case_always); use strict; diff --git a/Build/source/texk/texlive/tl_scripts/Makefile.am b/Build/source/texk/texlive/tl_scripts/Makefile.am index 4f4d864c575..b623a5f9db3 100644 --- a/Build/source/texk/texlive/tl_scripts/Makefile.am +++ b/Build/source/texk/texlive/tl_scripts/Makefile.am @@ -23,7 +23,7 @@ DISTCLEANFILES = scripts-list EXTRA_DIST = scripts.lst # These first variable definitions are what scripts_links.am requires. -perl_scripts = updmap e2pall +perl_scripts = e2pall shell_scripts = fmtutil-sys updmap-sys sh_scripts = \ allcm \ diff --git a/Build/source/texk/texlive/tl_scripts/Makefile.in b/Build/source/texk/texlive/tl_scripts/Makefile.in index 4d7dbe2b7be..33886d47921 100644 --- a/Build/source/texk/texlive/tl_scripts/Makefile.in +++ b/Build/source/texk/texlive/tl_scripts/Makefile.in @@ -215,7 +215,7 @@ EXTRA_DIST = scripts.lst $(top_builddir)/../../build-aux/relpath \ updmap.help2man # These first variable definitions are what scripts_links.am requires. -perl_scripts = updmap e2pall +perl_scripts = e2pall shell_scripts = fmtutil-sys updmap-sys sh_scripts = \ allcm \ 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; |