diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-06 08:08:46 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-06 08:08:46 +0000 |
commit | ff36edffe04a73ff64fee4bc7fb163f38a252a44 (patch) | |
tree | 298f6e0cfeea0416eda0e8814b8d60ee755a3cf5 /Build/source/texk/web2c/Makefile.in | |
parent | ca4ab999ac8a395f2270e01334e77362e85f3cfd (diff) |
pdfTeX: Use tex-binpool.ch and remove its contents from pdftex.ch
git-svn-id: svn://tug.org/texlive/trunk@28193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index 987c7afa865..484d4241b4f 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -1472,8 +1472,8 @@ EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h \ euptexdir/COPYRIGHT.jis euptexdir/ChangeLog \ euptexdir/EUPTEX.txt eptexdir/eptrip/etrip.log \ eptexdir/eptrip/etrip.tex euptexdir/euptrip/euptrip.diffs \ - euptexdir/euptrip/texmf.cnf $(pdftex_ch_srcs) etexdir/etex.ch \ - pdftexdir/pdftex.defines pdftexdir/pdftex.h \ + euptexdir/euptrip/texmf.cnf $(pdftex_ch_srcs) \ + pdftexdir/pdftex.defines \ pdftexdir/ChangeLog pdftexdir/NEWS pdftexdir/README \ pdftexdir/change-files.txt $(pdftex_tests) tests/wprob.tex \ pdftexdir/regex/COPYING.LIB pdftexdir/regex/README \ @@ -2125,7 +2125,8 @@ pdftex_ch_srcs = \ tex.ch \ enctex.ch \ $(pdftex_ch_synctex) \ - pdftexdir/pdftex.ch + pdftexdir/pdftex.ch \ + tex-binpool.ch # pdfTeX Tests |