diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-11 21:56:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-11 21:56:25 +0000 |
commit | 6688d13fc727805185860808a304a1a7165dac1f (patch) | |
tree | 87dec7484fa364fbc561ac6948af745137c4ad5b /Build/source | |
parent | 0142cdbd757112a917dd4936a255404278e7e92f (diff) |
mistyped epsf for eps
git-svn-id: svn://tug.org/texlive/trunk@9453 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/texlive/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/texlive/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/ChangeLog b/Build/source/texk/texlive/ChangeLog index 87cef843c6c..f7f9b4784dd 100644 --- a/Build/source/texk/texlive/ChangeLog +++ b/Build/source/texk/texlive/ChangeLog @@ -1,3 +1,7 @@ +2008-07-11 Karl Berry <karl@tug.org> + + * Makefile.in (LINKED_SCRIPTS): mistyped epsf for eps. + 2008-07-04 Karl Berry <karl@tug.org> * Makefile.in (LINKED_SCRIPTS): add pst2pdf.pl. diff --git a/Build/source/texk/texlive/Makefile.in b/Build/source/texk/texlive/Makefile.in index c19ad5bf3e3..83602e5effd 100644 --- a/Build/source/texk/texlive/Makefile.in +++ b/Build/source/texk/texlive/Makefile.in @@ -24,8 +24,8 @@ LINKED_SCRIPTS = \ texmf/scripts/texlive/tlmgr.pl \ texmf-dist/scripts/bengali/ebong.py \ texmf-dist/scripts/dviasm/dviasm.py \ - texmf-dist/scripts/epspdf/epsfpdf \ - texmf-dist/scripts/epspdf/epsfpdftk \ + texmf-dist/scripts/epspdf/epspdf \ + texmf-dist/scripts/epspdf/epspdftk \ texmf-dist/scripts/glossaries/makeglossaries \ texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl \ texmf-dist/scripts/oberdiek/pdfatfi.pl \ |