diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-11 17:53:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-11 17:53:34 +0000 |
commit | 27ab5bdb172cdca81625807019df6d38e6124094 (patch) | |
tree | 6a784c019f63f0466a9ef993a8f87b0cb949e1a1 /Build/source/texk/tetex/texlinks | |
parent | 9ace6b0c25ac0b471098c1f8708cf01b21109cd4 (diff) |
better mktexfmt parsing; regularize text at end of help messages
git-svn-id: svn://tug.org/texlive/trunk@17423 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/texlinks')
-rwxr-xr-x | Build/source/texk/tetex/texlinks | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/tetex/texlinks b/Build/source/texk/tetex/texlinks index db16bb45aa0..686ac4ea92a 100755 --- a/Build/source/texk/tetex/texlinks +++ b/Build/source/texk/tetex/texlinks @@ -39,7 +39,7 @@ export PATH # hack around a bug in zsh: test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' -version=20090623.0228 +version='$Id$ progname=texlinks cnf=fmtutil.cnf # name of the config file @@ -65,7 +65,9 @@ operate. If no directories are specified and --multiplatform is likewise not specified, the directory of this script itself is used. With --multiplatform, all child dirs of an upper-level bin/ dir are used. -Report bugs to tex-k@tug.org.' +Report bugs to: tex-k@tug.org +TeX Live home page: <http://tug.org/texlive/> +' ############################################################################### # abort(errmsg) |