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