summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviljk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-24 18:38:47 +0000
committerKarl Berry <karl@freefriends.org>2009-12-24 18:38:47 +0000
commit6a8a6fa9af6af314e192d593ec496d112f909ff8 (patch)
tree46f8336570cd5461192ad4e37e02c97160440a70 /Build/source/texk/dviljk
parent3b60c7b05b84cf460b6dd9f9f1b34e3363b59f6f (diff)
replace @mail.tug.org with just @tug.org
git-svn-id: svn://tug.org/texlive/trunk@16497 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dviljk')
-rw-r--r--Build/source/texk/dviljk/AUTHORS7
-rw-r--r--Build/source/texk/dviljk/ChangeLog4
-rw-r--r--Build/source/texk/dviljk/README2
-rwxr-xr-xBuild/source/texk/dviljk/dvihp5
-rw-r--r--Build/source/texk/dviljk/dvihp.man4
-rw-r--r--Build/source/texk/dviljk/dvilj.pod5
6 files changed, 16 insertions, 11 deletions
diff --git a/Build/source/texk/dviljk/AUTHORS b/Build/source/texk/dviljk/AUTHORS
index fd7ae4f7475..46089ba9b57 100644
--- a/Build/source/texk/dviljk/AUTHORS
+++ b/Build/source/texk/dviljk/AUTHORS
@@ -2,8 +2,9 @@ dviljk is a fork from dvi2xx, authored by Gustaf Neumann
<neumann@wu-wien.ac.at>, Wirtschaftsuniversitaet Wien. Gustaf is not
active in TeX development any more.
-The fork was created by kb@mail.tug.org.
-Send bug reports to tex-k@mail.tug.org, not to Gustaf.
+The fork was created by Karl Berry.
+Send bug reports to tex-k@tug.org, not to Gustaf.
Joachim Schrod <jschrod@acm.org> supplied security fixes, fixed and
-enhanced the special handling, and updated the man page.
+enhanced the special handling, updated the man page, and is the current
+maintainer.
diff --git a/Build/source/texk/dviljk/ChangeLog b/Build/source/texk/dviljk/ChangeLog
index 167935f7268..87b2e52bc40 100644
--- a/Build/source/texk/dviljk/ChangeLog
+++ b/Build/source/texk/dviljk/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-24 Karl Berry <karl@tug.org>
+
+ * AUTHORS, dviljk.pod, README, dvihp: doc/email fixes.
+
2009-08-30 Peter Breitenlohner <peb@mppmu.mpg.de>
Cleanup: move extern declarations to header tfm.h.
diff --git a/Build/source/texk/dviljk/README b/Build/source/texk/dviljk/README
index a15f3e7bb93..7a12949dff1 100644
--- a/Build/source/texk/dviljk/README
+++ b/Build/source/texk/dviljk/README
@@ -1,4 +1,4 @@
-This directory contains Dviljk, my (kb@mail.tug.org) modified version of
+This directory contains Dviljk, a modified version of
Gustaf Neumann's dvi2xx, a DVI-to-PCL translator.
This program does not work with DeskJet printers; instead, try
diff --git a/Build/source/texk/dviljk/dvihp b/Build/source/texk/dviljk/dvihp
index 6b149517086..fdaf3fb87bf 100755
--- a/Build/source/texk/dviljk/dvihp
+++ b/Build/source/texk/dviljk/dvihp
@@ -1,6 +1,7 @@
#!/bin/sh
# $Id: dvihp,v 1.3 1996/12/03 19:53:56 karl Exp karl $
-# Run dvicopy, then dvilj[k]. kb@mail.tug.org, 1994. Public domain.
+# Run dvicopy, then dvilj[k]. Originally written by Karl Berry.
+# Public domain.
# Try to accept arguments a la dvips, from Thomas Esser.
: ${DVILJ=dvilj4} # the dvilj variant to run
@@ -43,7 +44,7 @@ usage="Usage: `basename $0` [OPTIONS] [DVIFILE[.dvi]].
Other options are passed to the dvilj program.
-Email bug reports to tex-k@mail.tug.org."
+Email bug reports to tex-k@tug.org."
if test $# -eq 0; then
diff --git a/Build/source/texk/dviljk/dvihp.man b/Build/source/texk/dviljk/dvihp.man
index cd88772978a..9627bb312ee 100644
--- a/Build/source/texk/dviljk/dvihp.man
+++ b/Build/source/texk/dviljk/dvihp.man
@@ -1,4 +1,4 @@
-.TH DVIHP 1 "October 30, 1999"
+.TH DVIHP 1 "December 24, 2009"
.\" man page by Jim Van Zandt <jrv@vanzandt.mv.com> -*- nroff -*-
.SH NAME
dvihp \- convert a TeX DVI file to Hewlett-Packard PCL
@@ -44,6 +44,6 @@ write usage summary.
.P
Other options are passed to the dvilj program.
.SH BUGS
-Email bug reports to tex-k@mail.tug.org.
+Email bug reports to tex-k@tug.org.
.SH SEE ALSO
\fBdvicopy\fP(1), \fBdvilj4\fP(1).
diff --git a/Build/source/texk/dviljk/dvilj.pod b/Build/source/texk/dviljk/dvilj.pod
index c20258215c9..3d8412eeacd 100644
--- a/Build/source/texk/dviljk/dvilj.pod
+++ b/Build/source/texk/dviljk/dvilj.pod
@@ -594,10 +594,9 @@ sequences are supported on which HP printers.
=head1 AUTHOR
-dvi2xx by Gustaf Neumann <neumann@wu-wien.ac.at>,
-Wirtschaftsuniversitaet Wien
+dvi2xx by Gustaf Neumann, Wirtschaftsuniversitaet Wien.
-dviljk fork by kb@mail.tug.org
+dviljk fork by Karl Berry.
Joachim Schrod <jschrod@acm.org> supplied security fixes and updated
this man page.