diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-29 00:04:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-29 00:04:15 +0000 |
commit | 968070ed0e7f859f119a1208f3bfca8115d0d73b (patch) | |
tree | b9c06d07d90b7c96f46c81e49f8c22a2a5e9e28e /Build/source/texk | |
parent | 43a7105f048cdbdeda3ea4c6c6ebd31948e2c5f0 (diff) |
perltex 1.8 (28mar09)
git-svn-id: svn://tug.org/texlive/trunk@12559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/texlive/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/texlive/Makefile.in | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | Build/source/texk/texlive/linked_scripts/perltex (renamed from Build/source/texk/texlive/linked_scripts/perltex.pl) | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/ChangeLog b/Build/source/texk/texlive/ChangeLog index 01af685194a..ccb227a1892 100644 --- a/Build/source/texk/texlive/ChangeLog +++ b/Build/source/texk/texlive/ChangeLog @@ -1,3 +1,7 @@ +2009-03-29 Karl Berry <karl@tug.org> + + * Makefile.in (LINKED_SCRIPTS): perltex name. + 2009-03-28 Karl Berry <karl@tug.org> * Makefile.in (LINKED_SCRIPTS): add splitindex.pl. diff --git a/Build/source/texk/texlive/Makefile.in b/Build/source/texk/texlive/Makefile.in index 59447a639b5..ca77c09c249 100644 --- a/Build/source/texk/texlive/Makefile.in +++ b/Build/source/texk/texlive/Makefile.in @@ -35,7 +35,7 @@ LINKED_SCRIPTS = \ texmf-dist/scripts/pax/pdfannotextractor.pl \ texmf-dist/scripts/ppower4/ppower4.texlua \ texmf-dist/scripts/pdfcrop/pdfcrop.pl \ - texmf-dist/scripts/perltex/perltex.pl \ + texmf-dist/scripts/perltex/perltex \ texmf-dist/scripts/pkfix-helper/pkfix-helper \ texmf-dist/scripts/ppower4/pdfthumb.texlua \ texmf-dist/scripts/ppower4/ppower4.texlua \ diff --git a/Build/source/texk/texlive/linked_scripts/perltex.pl b/Build/source/texk/texlive/linked_scripts/perltex index 9c85ef94500..892cf07ffc8 100755..100644 --- a/Build/source/texk/texlive/linked_scripts/perltex.pl +++ b/Build/source/texk/texlive/linked_scripts/perltex @@ -15,7 +15,7 @@ # # This is a generated file. # -# Copyright (C) 2007 Scott Pakin <scott+pt@pakin.org> +# Copyright (C) 2009 Scott Pakin <scott+pt@pakin.org> # # This file may be distributed and/or modified under the conditions # of the LaTeX Project Public License, either version 1.3c of this |