summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/Makefile.in
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-10-15 12:54:51 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-10-15 12:54:51 +0000
commit92a989d86532813c040c59dc3bcc64331a7762c3 (patch)
tree6fedb0ad5f187fea63ef7b72802f572402e67901 /Build/source/texk/web2c/Makefile.in
parenta5f05a0381c6c251f119f0c8e60dbaf40298122a (diff)
Fix \meaning\synctex for (u)ptex (H. Kitagawa)
git-svn-id: svn://tug.org/texlive/trunk@52388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r--Build/source/texk/web2c/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index d08c62502fc..61bf672a198 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -3336,8 +3336,9 @@ EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h \
synctexdir/synctex-e-rec.ch0 synctexdir/synctex-p-mem.ch0 \
synctexdir/synctex-p-mem.ch1 synctexdir/synctex-p-rec.ch0 \
synctexdir/synctex-p-rec.ch1 synctexdir/synctex-ep-mem.ch0 \
- synctexdir/synctex-ep-mem.ch1 synctexdir/synctex-pdf-rec.ch2 \
- synctexdir/synctex-xe-rec.ch3 $(synctex_tests) libmd5/md5.test
+ synctexdir/synctex-ep-mem.ch1 synctexdir/synctex-ep-rec.ch0 \
+ synctexdir/synctex-pdf-rec.ch2 synctexdir/synctex-xe-rec.ch3 \
+ $(synctex_tests) libmd5/md5.test
DISTCLEANFILES = CXXLD.sh tangle.c tangle.h tangle.p tangle-web2c \
tangleboot.c tangleboot.h tangleboot.p tangleboot-web2c \
ctangle.c cweb.c common-ctangle ctangleboot.c cwebboot.c \
@@ -5006,6 +5007,7 @@ pkgconfigdir = ${libdir}/pkgconfig
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-p-rec.ch0 \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-rec.ch0 \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-rec.ch1 \
+@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-ep-rec.ch0 \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-e-rec.ch0 \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-p-rec.ch1
@@ -5018,6 +5020,7 @@ pkgconfigdir = ${libdir}/pkgconfig
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-p-rec.ch0 \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-rec.ch0 \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-rec.ch1 \
+@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-ep-rec.ch0 \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-e-rec.ch0 \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-p-rec.ch1