summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-05 16:28:30 +0000
committerKarl Berry <karl@freefriends.org>2019-05-05 16:28:30 +0000
commitea66dbaae85e8b710399075a93f5c6d56deecd81 (patch)
tree2b93c6ce30f95a562285cbbd964a3376faeaa642 /Build
parent599e5549505393e6a784423a2d367f4b172ade8d (diff)
change email address to dvipdfmx@tug.org
git-svn-id: svn://tug.org/texlive/trunk@50998 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/dvipdfm-x/README22
-rwxr-xr-xBuild/source/texk/dvipdfm-x/configure16
-rw-r--r--Build/source/texk/dvipdfm-x/configure.ac2
-rw-r--r--Build/source/texk/dvipdfm-x/dvipdfmx.c2
4 files changed, 19 insertions, 23 deletions
diff --git a/Build/source/texk/dvipdfm-x/README b/Build/source/texk/dvipdfm-x/README
index 2ab97e311aa..28e4d71a4a1 100644
--- a/Build/source/texk/dvipdfm-x/README
+++ b/Build/source/texk/dvipdfm-x/README
@@ -1,9 +1,17 @@
dvipdfmx and xdvipdfmx for TeX Live
===================================
+This package is released under the GNU GPL, version 2, or (at your
+option) any later version.
+
+dvipdfmx is now maintained as part of TeX Live.
+
+Mailing list for bug reports and all discussion:
+https://lists.tug.org/dvipdfmx; anyone can join the list, but it is not
+necessary to join to post. Archives are public.
+
xdvipdfmx
=========
-
xdvipdfmx is an extended version of dvipdfmx, and is now incorporated in
the same sources.
@@ -15,8 +23,6 @@ Like its direct ancestor dvipdfmx, this is free software and may be
redistributed under the terms of the GNU General Public License,
version 2 or (at your option) any later version.
-There is a hope to merge xdvipdfmx into dvipdfmx.
-
Jonathan Kew mentions that in the past, XeTeX used a Mac-specific
program xdv2pdf as the backend instead of xdvipdfmx. xdv2pdf supported
a couple of special effects that are not yet available through
@@ -26,18 +32,8 @@ things. It would be nice for those things to continue to be supported,
if anyone is looking for some nontrivial but not-impossible job and
happens across this file.
-The dvipdfmx Project
-====================
-
-Copyright (C) 2002-2014 by Jin-Hwan Cho, Shunsaku Hirata,
-Matthias Franz, and the dvipdfmx project team. This package is released
-under the GNU GPL, version 2, or (at your option) any later version.
-
-dvipdfmx is now maintained as part of TeX Live.
-
Contents
--------
-
1. Introduction
2. Installation
diff --git a/Build/source/texk/dvipdfm-x/configure b/Build/source/texk/dvipdfm-x/configure
index 7c9e2a0751d..ef51242c171 100755
--- a/Build/source/texk/dvipdfm-x/configure
+++ b/Build/source/texk/dvipdfm-x/configure
@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for dvipdfm-x (TeX Live) 20190503.
#
-# Report bugs to <tex-k@tug.org>.
+# Report bugs to <dvipdfmx@tug.org>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -274,7 +274,7 @@ fi
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
- $as_echo "$0: Please tell bug-autoconf@gnu.org and tex-k@tug.org
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and dvipdfmx@tug.org
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
@@ -592,7 +592,7 @@ PACKAGE_NAME='dvipdfm-x (TeX Live)'
PACKAGE_TARNAME='dvipdfm-x--tex-live-'
PACKAGE_VERSION='20190503'
PACKAGE_STRING='dvipdfm-x (TeX Live) 20190503'
-PACKAGE_BUGREPORT='tex-k@tug.org'
+PACKAGE_BUGREPORT='dvipdfmx@tug.org'
PACKAGE_URL=''
ac_unique_file="agl.c"
@@ -1488,7 +1488,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <tex-k@tug.org>.
+Report bugs to <dvipdfmx@tug.org>.
_ACEOF
ac_status=$?
fi
@@ -1896,9 +1896,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( $as_echo "## ---------------------------- ##
-## Report this to tex-k@tug.org ##
-## ---------------------------- ##"
+( $as_echo "## ------------------------------- ##
+## Report this to dvipdfmx@tug.org ##
+## ------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
@@ -16700,7 +16700,7 @@ $config_links
Configuration commands:
$config_commands
-Report bugs to <tex-k@tug.org>."
+Report bugs to <dvipdfmx@tug.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/Build/source/texk/dvipdfm-x/configure.ac b/Build/source/texk/dvipdfm-x/configure.ac
index 6787c70c484..69df97a54b8 100644
--- a/Build/source/texk/dvipdfm-x/configure.ac
+++ b/Build/source/texk/dvipdfm-x/configure.ac
@@ -7,7 +7,7 @@ dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([dvipdfm-x (TeX Live)], [20190503], [tex-k@tug.org])
+AC_INIT([dvipdfm-x (TeX Live)], [20190503], [dvipdfmx@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([agl.c])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/texk/dvipdfm-x/dvipdfmx.c b/Build/source/texk/dvipdfm-x/dvipdfmx.c
index 32d21556493..86ab2018f4e 100644
--- a/Build/source/texk/dvipdfm-x/dvipdfmx.c
+++ b/Build/source/texk/dvipdfm-x/dvipdfmx.c
@@ -232,7 +232,7 @@ show_usage (void)
printf ("Papersize is specified by paper format (e.g., \"a4\")\n");
printf ("\tor by w<unit>,h<unit> (e.g., \"20cm,30cm\").\n");
printf ("\n");
- printf ("Email bug reports to tex-k@tug.org.\n");
+ printf ("Email bug reports to dvipdfmx@tug.org.\n");
}
static void