diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-08-13 10:14:59 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-08-13 10:14:59 +0000 |
commit | e26de3be717137360e8aac1dd09fc5fc748650c1 (patch) | |
tree | 4a1f8347c411633ddc2275f25e213d7cb27c9a42 /Build/source/texk/web2c/euptexdir | |
parent | d2fbaf4a407cac794e13fdb9d5d032b0aa16b8e6 (diff) |
e-(u)pTeX: Remove interference between fam256.ch and uptex-m.ch
git-svn-id: svn://tug.org/texlive/trunk@27383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/euptexdir')
4 files changed, 5 insertions, 18 deletions
diff --git a/Build/source/texk/web2c/euptexdir/ChangeLog b/Build/source/texk/web2c/euptexdir/ChangeLog index 62783aab2f3..09c3d30b2fd 100644 --- a/Build/source/texk/web2c/euptexdir/ChangeLog +++ b/Build/source/texk/web2c/euptexdir/ChangeLog @@ -1,3 +1,8 @@ +2012-08-13 Peter Breitenlohner <peb@mppmu.mpg.de> + + * fam256-eup-pre.ch, fam256-eup-post.ch (removed): Now obsolete. + * am/euptex.am: Drop fam256-eup-pre.ch and fam256-eup-post.ch. + 2012-08-13 TANAKA Takuji <KXD02663@nifty.ne.jp> * am/euptex.am: Use the new fam256-eup-pre.ch and fam256-eup-post.ch diff --git a/Build/source/texk/web2c/euptexdir/am/euptex.am b/Build/source/texk/web2c/euptexdir/am/euptex.am index 1d7d2413e15..08a929d175c 100644 --- a/Build/source/texk/web2c/euptexdir/am/euptex.am +++ b/Build/source/texk/web2c/euptexdir/am/euptex.am @@ -68,9 +68,7 @@ euptex_ch_srcs = \ euptexdir/euptex.ch1 \ eptexdir/etex.ch1 \ $(euptex_ch_synctex) \ - euptexdir/fam256-eup-pre.ch \ eptexdir/fam256.ch \ - euptexdir/fam256-eup-post.ch \ euptexdir/pdfstrcmp-eup-pre.ch \ eptexdir/pdfstrcmp.ch \ euptexdir/pdfstrcmp-eup-post.ch \ diff --git a/Build/source/texk/web2c/euptexdir/fam256-eup-post.ch b/Build/source/texk/web2c/euptexdir/fam256-eup-post.ch deleted file mode 100644 index 4160bc9c1bc..00000000000 --- a/Build/source/texk/web2c/euptexdir/fam256-eup-post.ch +++ /dev/null @@ -1,8 +0,0 @@ -@x - char_def_code: print_esc("chardef"); - math_char_def_code: print_esc("mathchardef"); -@y - char_def_code: print_esc("chardef"); - kchar_def_code: print_esc("kchardef"); - math_char_def_code: print_esc("mathchardef"); -@z diff --git a/Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch b/Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch deleted file mode 100644 index 548b5f624c1..00000000000 --- a/Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch +++ /dev/null @@ -1,8 +0,0 @@ -@x - char_def_code: print_esc("chardef"); - kchar_def_code: print_esc("kchardef"); - math_char_def_code: print_esc("mathchardef"); -@y - char_def_code: print_esc("chardef"); - math_char_def_code: print_esc("mathchardef"); -@z |