diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-04-05 08:09:15 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-04-05 08:09:15 +0000 |
commit | 5f520d157ae2d2c5b471e2b0374a8f05189cf574 (patch) | |
tree | bc74fb33b9624f9173bd7ad17fde282f35d32238 /Master | |
parent | ce0f190b4b9b6ae9eeb6ca4c1da71ac1d0215df1 (diff) |
Version and author info update.
git-svn-id: svn://tug.org/texlive/trunk@17706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/tetex/texdoctk.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf/scripts/tetex/texdoctk.pl b/Master/texmf/scripts/tetex/texdoctk.pl index 595ec4315d6..d9bad123b17 100755 --- a/Master/texmf/scripts/tetex/texdoctk.pl +++ b/Master/texmf/scripts/tetex/texdoctk.pl @@ -1,11 +1,13 @@ #! /usr/bin/env perl ############################################################################### -# texdoctk v.0.6.0 (Nov 5, 2004) - GUI for TeX documentation access +# texdoctk - GUI for TeX documentation access # Copyright (C) 2000-2004 Thomas Ruedas +# Updated in 2010 by Manuel Pegourie-Gonnard # This program is provided under the GNU Public License; see the file # README.texdoctk for details about requirements, installation, configuration, # and the full disclaimer. ############################################################################### +my ($version, $date) = ("0.6.1", "2004-11-05"); use strict; use Tk; use Getopt::Long; @@ -1504,7 +1506,7 @@ sub helptext { $tlwins{'helptext'}{'addr'}=$help; $help->Label(-text=>"texdoctk TeX documentation browser - v.0.6.0a (Nov 5, 2004)", +v$version ($date)", -font=>$deffont)->pack(-side=>'top', -ipady=>10, -anchor=>'s'); |