summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texdoctk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-08 16:08:54 +0000
committerKarl Berry <karl@freefriends.org>2013-04-08 16:08:54 +0000
commit6fd705afe8555d118ed285192cff67b680d5c438 (patch)
treedd92babec9528b18402f470aeb38f5e7d82594e0 /Master/texmf-dist/scripts/texdoctk
parent4bbdb7af7704d712bc0aac08bc8d02709336bfd8 (diff)
sync scripts and files with results of make install
git-svn-id: svn://tug.org/texlive/trunk@29740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texdoctk')
-rwxr-xr-xMaster/texmf-dist/scripts/texdoctk/texdoctk.pl9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/texdoctk/texdoctk.pl b/Master/texmf-dist/scripts/texdoctk/texdoctk.pl
index 36497183e3b..ac8430b358f 100755
--- a/Master/texmf-dist/scripts/texdoctk/texdoctk.pl
+++ b/Master/texmf-dist/scripts/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;