summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/etexdir
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-16 13:39:06 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-16 13:39:06 +0000
commit075862c5ff18610119538267c9b817d21d767780 (patch)
tree5283f6a9b536494fdb72be63dee63b15f2c58755 /Build/source/texk/web2c/etexdir
parent815aa8dc74cdce511947fa852bcbced1b21142ab (diff)
web2c: Fixed a typo in e-TeX comment and other minor cleanup
git-svn-id: svn://tug.org/texlive/trunk@25985 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/etexdir')
-rw-r--r--Build/source/texk/web2c/etexdir/ChangeLog7
-rw-r--r--Build/source/texk/web2c/etexdir/INSTALL98
-rw-r--r--Build/source/texk/web2c/etexdir/README16
-rw-r--r--Build/source/texk/web2c/etexdir/am/etex.am2
-rw-r--r--Build/source/texk/web2c/etexdir/etex.ch6
5 files changed, 10 insertions, 119 deletions
diff --git a/Build/source/texk/web2c/etexdir/ChangeLog b/Build/source/texk/web2c/etexdir/ChangeLog
index ee9f3889179..2da4c04c04c 100644
--- a/Build/source/texk/web2c/etexdir/ChangeLog
+++ b/Build/source/texk/web2c/etexdir/ChangeLog
@@ -1,3 +1,10 @@
+2012-04-11 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * etex.ch: Fixed a typo in TeX text.
+
+ * INSTALL, README: Removed these obsolete files.
+ * am/etex.am (EXTRA_DIST): Removed INSTALL and README.
+
2011-09-30 Peter Breitenlohner <peb@mppmu.mpg.de>
* wprob.test: New shell script to test for uninitialized line.
diff --git a/Build/source/texk/web2c/etexdir/INSTALL b/Build/source/texk/web2c/etexdir/INSTALL
deleted file mode 100644
index 71579017187..00000000000
--- a/Build/source/texk/web2c/etexdir/INSTALL
+++ /dev/null
@@ -1,98 +0,0 @@
-Contents:
-
-Installation
- Additional `configure' options
- Additional targets
- Trip, etrip, trap, and mptrap: Torture tests
-
-
-Installation
-************
-
- Installing e-TeX requires that you have already installed the Web2c
-source tree (either `web-7.2.tar.gz' and `web2c-7.2.tar.gz' with
-`web2c-7.2' as top-level directory, or `texk-7.2.tar.gz' with `texk-7.2').
-See web2c/INSTALL for details.
-
-Unpack the distribution file `web2c-7.2-etex-2.0.tar.gz' in the parent of
-the top-level directory. If necessary move the directory
-`<top_level>/web2c/etexdir' containing all e-TeX files into your source
-tree. Then (re-)configure the whole source tree.
-
-You will also need some e-TeX specific files in the TDS tree. Change to
-to the TDS root (`<texmf>') and unpack the distribution file
-`etexlib-2.0.tar.gz'. If you have already installed an earlier version,
-first remove the directory `<texmf>/etex' containing all the old files.
-
-Additional `configure' options
-==============================
-
- This section describes only the e-TeX specific `configure' options,
-for the general Web2c `configure' options see `../INSTALL'.
-
-`--without-etex'
-`--with-etex=no'
- Do not automatically generate and install e-TeX and e-TeX formats
- (as part of `make' resp. `make install').
-
-`--with-etex=yes'
-`--with-etex=etex'
- Automatically generate and install e-TeX and e-TeX formats (in
- extended mode) in addition to TeX and TeX formats. This is the default.
-
-`--with-etex=tex'
- Automatically generate e-TeX and e-TeX formats (in compatibility as
- well as extended mode) and install them, using e-TeX instead of TeX.
- Do not install TeX and TeX formats.
-
-Additional targets
-==================
-
- e-TeX adds some new Web2c Make targets and the e-TeX specific `configure'
-options described above influence the behaviour of some other targets.
-
-`formats'
-`install-formats'
- Make or install all the memory dumps (*note Memory dumps::.). By
- default, the standard plain formats plus `latex.fmt' or `latex.efmt'
- plus possibly `elatex.efmt' are made. The `latex.efmt' is in e-TeX
- compatibility mode, to be used when e-TeX is installed instead of TeX;
- the `elatex.efmt' is in extended mode. You can add other formats by
- redefining the `fmts', `cfmts', `efmts', `bases', and `mems' variables.
- See the top of `web2c/Makefile' for the possibilities.
-
-`triptrap'
-`trip'
-`etrip'
-`trap'
-`mptrap'
- To run the torture tests for TeX, e-TeX, Metafont, and MetaPost
- (respectively). See the next section.
-
-Trip, etrip, trap, and mptrap: Torture tests
-============================================
-
- To validate your TeX and/or e-TeX, Metafont, and MetaPost executables,
-run `make triptrap'. This runs the trip and/or etrip, trap, and mptrap
-"torture tests". See the files `triptrap/tripman.tex',
-`etexdir/etrip/etripman.tex', `triptrap/trapman.tex', and
-`triptrap/mptrap.readme' for detailed information and background on the
-tests.
-
- The differences between your executables' behavior and the standard
-values will show up on your terminal. See the file `./INSTALL' for the
-acceptable differences.
-
- The files `trip.diffs', `mftrap.diffs', and `mptrap.diffs' in the
-`triptrap' directory and `etexdir/etrip/etrip.diffs' show the standard diffs
-against the original output. If you diff your diffs against these files,
-you should come up clean. For example
- make etrip >&myetrip.diffs
- diff etexdir/etrip/etrip.diffs myetrip.diffs
-
- To run the tests separately, use the targets `trip', `etrip', `trap', and
-`mptrap'. Warning: with the `configure' option `--without-etex' the target
-`etrip' will cause Make to first generate the e-TeX executable; similarly
-with the `configure' option `--with-etex=tex' the target `trip' will cause
-Make to first generate the TeX executable.
-
diff --git a/Build/source/texk/web2c/etexdir/README b/Build/source/texk/web2c/etexdir/README
deleted file mode 100644
index 87864b2aa1c..00000000000
--- a/Build/source/texk/web2c/etexdir/README
+++ /dev/null
@@ -1,16 +0,0 @@
-This directory contains the Web2c implementation of e-TeX (Version 2.0).
-
-See `NEWS' for major changes by release, `ChangeLog` for all changes.
-See `INSTALL' for installation instructions.
-See `../../kpathsea/BUGS' for details on reporting bugs.
-
-e-TeX is copyright (C) 1994,97 by the NTS team; all rights are reserved.
-
-You can get the original e-TeX from http://www.rhbnc.ac.uk/e-TeX/ or
-from ftp://www.rhbnc.ac.uk/e-TeX/ (these URLs map to the identical fileset).
-Current information on e-TeX is also available at the same location.
-
-The original Web2c files can be obtained from
-ftp://ftpth.mppmu.mpg.de/e-TeX/latest
-
-Peter Breitenlohner <peb@mppmu.mpg.de>
diff --git a/Build/source/texk/web2c/etexdir/am/etex.am b/Build/source/texk/web2c/etexdir/am/etex.am
index 634ca86cc18..70fc4072f34 100644
--- a/Build/source/texk/web2c/etexdir/am/etex.am
+++ b/Build/source/texk/web2c/etexdir/am/etex.am
@@ -70,8 +70,6 @@ DISTCLEANFILES += $(nodist_etex_SOURCES) etex.web etex.ch etex-web2c \
EXTRA_DIST += \
etexdir/ChangeLog \
- etexdir/INSTALL \
- etexdir/README \
etexdir/etex_gen.tex
# e-TeX Tests
diff --git a/Build/source/texk/web2c/etexdir/etex.ch b/Build/source/texk/web2c/etexdir/etex.ch
index 551504aad59..7bb480e215e 100644
--- a/Build/source/texk/web2c/etexdir/etex.ch
+++ b/Build/source/texk/web2c/etexdir/etex.ch
@@ -3,7 +3,7 @@
% to be applied to tex.web in order to define the
% e-TeX program.
-% e-TeX is copyright (C) 1999-2011 by P. Breitenlohner (1994,98 by the NTS
+% e-TeX is copyright (C) 1999-2012 by P. Breitenlohner (1994,98 by the NTS
% team); all rights are reserved. Copying of this file is authorized only if
% (1) you are P. Breitenlohner, or if (2) you make absolutely no changes to
% your copy. (Programs such as TIE allow the application of several change
@@ -29,7 +29,7 @@
% TeX is a trademark of the American Mathematical Society.
% METAFONT is a trademark of Addison-Wesley Publishing Company.
@y
-% e-TeX is copyright (C) 1999-2011 by P. Breitenlohner (1994,98 by the NTS
+% e-TeX is copyright (C) 1999-2012 by P. Breitenlohner (1994,98 by the NTS
% team); all rights are reserved. Copying of this file is authorized only if
% (1) you are P. Breitenlohner, or if (2) you make absolutely no changes to
% your copy. (Programs such as TIE allow the application of several change
@@ -4964,7 +4964,7 @@ f:=cur_val
procedure@?scan_normal_glue; forward;@t\2@>@/
procedure@?scan_mu_glue; forward;@t\2@>
-@ Here we declare to trivial procedures in order to avoid mutually
+@ Here we declare two trivial procedures in order to avoid mutually
recursive procedures with parameters.
@<Declare procedures needed for expressions@>=