diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-02-27 15:29:44 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-02-27 15:29:44 +0000 |
commit | 9b078d4ce4622727de27ab58be9143dad86c46ed (patch) | |
tree | f085e731b31358837a195903a2f0a071c3e2e8cb /Build | |
parent | 155c518b22f815fe45ee77af81e0a89c81b7a32b (diff) |
fixed typo -- backslash-newline followed by blank
git-svn-id: svn://tug.org/texlive/trunk@12252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/texlive/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/Makefile.in b/Build/source/texk/texlive/Makefile.in index cefe359b15c..a82af0f162b 100644 --- a/Build/source/texk/texlive/Makefile.in +++ b/Build/source/texk/texlive/Makefile.in @@ -40,7 +40,7 @@ LINKED_SCRIPTS = \ texmf-dist/scripts/pst-pdf/ps4pdf \ texmf-dist/scripts/pst2pdf/pst2pdf.pl \ texmf-dist/scripts/texcount/TeXcount.pl \ - texmf-dist/scripts/texloganalyser/texloganalyser \ + texmf-dist/scripts/texloganalyser/texloganalyser \ texmf-dist/scripts/thumbpdf/thumbpdf.pl \ texmf-dist/scripts/vpe/vpe.pl \ texmf-dist/scripts/context/ruby/texmfstart.rb \ |