diff options
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 |