summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/configure20
-rw-r--r--Build/source/configure.ac2
-rw-r--r--Build/source/texk/dviljk/dvilj.man7
-rw-r--r--Build/source/texk/dvipsk/Makefile.in2
-rw-r--r--Build/source/utils/tpic2pdftex/ChangeLog1
-rw-r--r--Build/source/utils/tpic2pdftex/Makefile.in2
-rw-r--r--Build/source/utils/tpic2pdftex/example.pdfbin23965 -> 0 bytes
7 files changed, 17 insertions, 17 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 6b3caf9fa92..f80c1067b31 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for TeX Live 2009-11-30.
+# Generated by GNU Autoconf 2.65 for TeX Live 2009-12-23.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='TeX Live'
PACKAGE_TARNAME='tex-live'
-PACKAGE_VERSION='2009-11-30'
-PACKAGE_STRING='TeX Live 2009-11-30'
+PACKAGE_VERSION='2009-12-23'
+PACKAGE_STRING='TeX Live 2009-12-23'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1574,7 +1574,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures TeX Live 2009-11-30 to adapt to many kinds of systems.
+\`configure' configures TeX Live 2009-12-23 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1648,7 +1648,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of TeX Live 2009-11-30:";;
+ short | recursive ) echo "Configuration of TeX Live 2009-12-23:";;
esac
cat <<\_ACEOF
@@ -1922,7 +1922,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-TeX Live configure 2009-11-30
+TeX Live configure 2009-12-23
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2471,7 +2471,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by TeX Live $as_me 2009-11-30, which was
+It was created by TeX Live $as_me 2009-12-23, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -9132,7 +9132,7 @@ fi
# Define the identity of the package.
PACKAGE='tex-live'
- VERSION='2009-11-30'
+ VERSION='2009-12-23'
cat >>confdefs.h <<_ACEOF
@@ -19616,7 +19616,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by TeX Live $as_me 2009-11-30, which was
+This file was extended by TeX Live $as_me 2009-12-23, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19673,7 +19673,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-TeX Live config.status 2009-11-30
+TeX Live config.status 2009-12-23
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/configure.ac b/Build/source/configure.ac
index 34b46936a76..22fd7702f6b 100644
--- a/Build/source/configure.ac
+++ b/Build/source/configure.ac
@@ -6,7 +6,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([TeX Live], [2009-11-30], [tex-k@tug.org])
+AC_INIT([TeX Live], [2009-12-23], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([m4/kpse-pkgs.m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/Build/source/texk/dviljk/dvilj.man b/Build/source/texk/dviljk/dvilj.man
index acb729ddb55..70e593ddaf1 100644
--- a/Build/source/texk/dviljk/dvilj.man
+++ b/Build/source/texk/dviljk/dvilj.man
@@ -132,7 +132,7 @@
.\" ========================================================================
.\"
.IX Title "DVILJ 1"
-.TH DVILJ 1 "2007-07-05" "Version 2.6p5" "TeX-Live"
+.TH DVILJ 1 "2009-12-24" "Version 2.6p5" "TeX-Live"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -676,10 +676,9 @@ Comparison Guide (and addendum) that documents which \s-1PCL\s0 escape
sequences are supported on which \s-1HP\s0 printers.
.SH "AUTHOR"
.IX Header "AUTHOR"
-dvi2xx by Gustaf Neumann <neumann@wu\-wien.ac.at>,
-Wirtschaftsuniversitaet Wien
+dvi2xx by Gustaf Neumann, Wirtschaftsuniversitaet Wien.
.PP
-dviljk fork by kb@mail.tug.org
+dviljk fork by Karl Berry.
.PP
Joachim Schrod <jschrod@acm.org> supplied security fixes and updated
this man page.
diff --git a/Build/source/texk/dvipsk/Makefile.in b/Build/source/texk/dvipsk/Makefile.in
index 3d7cc5a97e5..787b9bce372 100644
--- a/Build/source/texk/dvipsk/Makefile.in
+++ b/Build/source/texk/dvipsk/Makefile.in
@@ -390,7 +390,7 @@ EXTRA_DIST = $(dist_prologues) texc.script dvips.test pfbincl.test \
testdata/psfonts.map testdata/ptmbi.vf testdata/ptmbi8r.tfm \
testdata/ptmr.vf testdata/ptmr8r.tfm testdata/ptmri.vf \
testdata/ptmri8r.tfm testdata/special.pro testdata/texc.pro \
- testdata/texps.pro INSTALLATION atari cmfonts.map config.ps \
+ testdata/texps.pro atari cmfonts.map config.ps \
contrib/PSTricks contrib/afm-extra contrib/colorsep.lpro \
contrib/configs contrib/crop.lpr contrib/latex209 \
contrib/treen.sh contrib/treen2.sh contrib/volker \
diff --git a/Build/source/utils/tpic2pdftex/ChangeLog b/Build/source/utils/tpic2pdftex/ChangeLog
index 73c2b9ee58d..5a68ba745df 100644
--- a/Build/source/utils/tpic2pdftex/ChangeLog
+++ b/Build/source/utils/tpic2pdftex/ChangeLog
@@ -1,6 +1,7 @@
2009-12-24 Karl Berry <karl@tug.org>
* tpic2pdftex: use gawk for default awk only if it exists.
+ * README: New.
2009-12-11 Peter Breitenlohner <peb@mppmu.mpg.de>
diff --git a/Build/source/utils/tpic2pdftex/Makefile.in b/Build/source/utils/tpic2pdftex/Makefile.in
index 8643371f5b3..9286ae0b71a 100644
--- a/Build/source/utils/tpic2pdftex/Makefile.in
+++ b/Build/source/utils/tpic2pdftex/Makefile.in
@@ -33,7 +33,7 @@ NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = .
-DIST_COMMON = $(am__configure_deps) $(dist_bin_SCRIPTS) \
+DIST_COMMON = README $(am__configure_deps) $(dist_bin_SCRIPTS) \
$(dist_check_SCRIPTS) $(dist_man1_MANS) \
$(srcdir)/../../build-aux/install-sh \
$(srcdir)/../../build-aux/missing $(srcdir)/Makefile.am \
diff --git a/Build/source/utils/tpic2pdftex/example.pdf b/Build/source/utils/tpic2pdftex/example.pdf
deleted file mode 100644
index 9736b5bffcb..00000000000
--- a/Build/source/utils/tpic2pdftex/example.pdf
+++ /dev/null
Binary files differ