diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-19 20:23:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-19 20:23:47 +0000 |
commit | 645977d2a193cba365984822764a2d97c2951249 (patch) | |
tree | f2f6d6c5c64e8beef2bca4f81ed57fe8b52f6223 /Master/texmf-dist/scripts | |
parent | a6a9c8cb6c125f8674dc6c2480c60229f3d9e64d (diff) |
fmtcount (19jun14)
git-svn-id: svn://tug.org/texlive/trunk@34318 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/fmtcount/fmtcount.perl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/fmtcount/fmtcount.perl b/Master/texmf-dist/scripts/fmtcount/fmtcount.perl index df6122a7dd2..b8a1fde0df3 100644 --- a/Master/texmf-dist/scripts/fmtcount/fmtcount.perl +++ b/Master/texmf-dist/scripts/fmtcount/fmtcount.perl @@ -3,6 +3,8 @@ # Date : 2012-09-25 # Version : 1.06 # Description : LaTeX2HTML implementation of fmtcount package +# This file should be place in LaTeX2HTML's styles directory +# in order for LaTeX2HTML to find it. package main; |