diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-09-18 17:41:52 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-09-18 17:41:52 +0000 |
commit | cdc40c81d9e904575fd81ea4e5cff905890c2860 (patch) | |
tree | c6d7b8b23eb06564b6316042b87f7fc4a00b7b9c /Build | |
parent | 66b470f2df657e610b117c7ee78c58656d70a618 (diff) |
e-pTeX: Adapt to W32TeX (from Akira)
git-svn-id: svn://tug.org/texlive/trunk@27706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/eptexextra.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index 48516016e93..e819d46dd6b 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -1,3 +1,8 @@ +2012-09-04 Peter Breitenlohner <peb@mppmu.mpg.de> + + * eptexextra.h: Set AUTHOR to "Peter Breitenlohner" and + BUG_ADDRESS to "tex-k@tug.org" (from W32TeX). + 2012-08-13 Peter Breitenlohner <peb@mppmu.mpg.de> * fam256.ch: Slightly reduce one changeset to simplify e-upTeX. diff --git a/Build/source/texk/web2c/eptexdir/eptexextra.h b/Build/source/texk/web2c/eptexdir/eptexextra.h index 6b2b66d9993..05bb6a4502b 100644 --- a/Build/source/texk/web2c/eptexdir/eptexextra.h +++ b/Build/source/texk/web2c/eptexdir/eptexextra.h @@ -9,9 +9,9 @@ #define BANNER "This is e-pTeX, Version 3.1415926-" PTEX_VERSION "-" EPTEX_VERSION "-" ETEX_VERSION #define COPYRIGHT_HOLDER "D.E. Knuth" -#define AUTHOR NULL +#define AUTHOR "Peter Breitenlohner" #define PROGRAM_HELP EPTEXHELP -#define BUG_ADDRESS "ptex-staff@ml.asciimw.jp" +#define BUG_ADDRESS "tex-k@tug.org" #define DUMP_VAR TEXformatdefault #define DUMP_LENGTH_VAR formatdefaultlength #define DUMP_OPTION "fmt" |