summaryrefslogtreecommitdiff
path: root/Build/source/utils/texdoctk/texdoctk.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-24 01:15:26 +0000
committerKarl Berry <karl@freefriends.org>2012-12-24 01:15:26 +0000
commite74d1b9fb9680ba2ae15239115afa09bd58c4e98 (patch)
tree8300a02e9c0c35d50b56c1a2f27cdf064d7b895e /Build/source/utils/texdoctk/texdoctk.pl
parent6103270b48a477881ddeb99e28a1d34e60045b5d (diff)
configure and build texdoctk
git-svn-id: svn://tug.org/texlive/trunk@28629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/texdoctk/texdoctk.pl')
-rwxr-xr-xBuild/source/utils/texdoctk/texdoctk.pl9
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/utils/texdoctk/texdoctk.pl b/Build/source/utils/texdoctk/texdoctk.pl
index 36497183e3b..ac8430b358f 100755
--- a/Build/source/utils/texdoctk/texdoctk.pl
+++ b/Build/source/utils/texdoctk/texdoctk.pl
@@ -3,11 +3,14 @@
# 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,
+# Trivial non-code updates in 2012 by Karl Berry
+# (This program is looking for a maintainer, email tex-live@tug.org.)
+#
+# This program is provided under the GNU Public License; see the texdoctk
+# README for details about requirements, installation, configuration,
# and the full disclaimer.
###############################################################################
-my ($version, $date) = ("0.6.1", "2004-11-05");
+my ($version, $date) = ("0.6.1", "2012-12-23");
use strict;
use Tk;
use Getopt::Long;