diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-26 00:59:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-26 00:59:40 +0000 |
commit | d28e1b8714ceabf8a3a18538917f03c4230a93f9 (patch) | |
tree | 382fd8aa8099f6fae70895fd56c0763269a9777b /Build | |
parent | b3fd7332ea18e6172db25318716832397b625ddd (diff) |
new script texloganalyser (23feb09)
git-svn-id: svn://tug.org/texlive/trunk@12237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/texlive/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/texlive/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/ChangeLog b/Build/source/texk/texlive/ChangeLog index 759e9ebbe08..7ce5a3ea3a2 100644 --- a/Build/source/texk/texlive/ChangeLog +++ b/Build/source/texk/texlive/ChangeLog @@ -1,3 +1,7 @@ +2009-02-26 Karl Berry <karl@tug.org> + + * Makefile.in (LINKED_SCRIPTS): add texloganalyser. + 2008-11-13 Karl Berry <karl@tug.org> * Makefile.in (LINKED_SCRIPTS): add latex2man. diff --git a/Build/source/texk/texlive/Makefile.in b/Build/source/texk/texlive/Makefile.in index 748d77ecd76..cefe359b15c 100644 --- a/Build/source/texk/texlive/Makefile.in +++ b/Build/source/texk/texlive/Makefile.in @@ -39,7 +39,8 @@ LINKED_SCRIPTS = \ texmf-dist/scripts/ppower4/ppower4.texlua \ texmf-dist/scripts/pst-pdf/ps4pdf \ texmf-dist/scripts/pst2pdf/pst2pdf.pl \ - texmf-dist/scripts/texcount/TeXcount.pl \ + texmf-dist/scripts/texcount/TeXcount.pl \ + texmf-dist/scripts/texloganalyser/texloganalyser \ texmf-dist/scripts/thumbpdf/thumbpdf.pl \ texmf-dist/scripts/vpe/vpe.pl \ texmf-dist/scripts/context/ruby/texmfstart.rb \ |