summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-07-08 17:11:35 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-07-08 17:11:35 +0000
commit8da3e7780d65f7ad55ec561bae51ce3ed1bca66b (patch)
tree6da6cc16f9bedcae8aa228f6b253aa526f0f15be /Build/source
parent82d513da6d3a630f921ad77036408edb696266cb (diff)
distribute additional synctex files
git-svn-id: svn://tug.org/texlive/trunk@14189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/web2c/Makefile.in33
-rw-r--r--Build/source/texk/web2c/synctexdir/ChangeLog14
-rw-r--r--Build/source/texk/web2c/synctexdir/am/synctex.am10
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex_parser_local.h2
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex_parser_readme.txt3
5 files changed, 41 insertions, 21 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index a6e283909e2..52f3b03c4c3 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -1226,20 +1226,21 @@ EXTRA_DIST = PROJECTS cftests config.h cpascal.h help.h tangle.web \
alephdir/ChangeLog alephdir/Makefile alephdir/aleph.defines \
alephdir/aleph.version alephdir/eomega.ech alephdir/etex.ch \
alephdir/omega.ch0 alephdir/omega.ch1 alephdir/omega.ch2 \
- alephdir/omxml.ch alephdir/aleph.mk synctexdir/INSTALL \
- synctexdir/Makefile synctexdir/Makefile.in \
- synctexdir/README.txt synctexdir/synctex-common.h \
- synctexdir/synctex-convert.sh synctexdir/synctex.c \
- synctexdir/synctex.defines synctexdir/synctex.h \
- synctexdir/synctex-mem.ch0 synctexdir/synctex-mem.ch1 \
- synctexdir/synctex-mem.ch2 synctexdir/synctex-rec.ch0 \
- synctexdir/synctex-rec.ch1 synctexdir/synctex-rec.ch2 \
- synctexdir/synctex-e-mem.ch0 synctexdir/synctex-e-mem.ch1 \
- synctexdir/synctex-e-rec.ch0 synctexdir/synctex-e-rec.ch1 \
- synctexdir/synctex-pdf-rec.ch2 synctexdir/synctex-xe-mem.ch2 \
- synctexdir/synctex-xe-rec.ch2 synctexdir/synctex-xe-rec.ch3 \
- libmd5/md5.test fmtutil.in Makefile.in.orig configure.in.orig \
- metapost.mk
+ alephdir/omxml.ch alephdir/aleph.mk synctexdir/ChangeLog \
+ synctexdir/INSTALL synctexdir/Makefile synctexdir/Makefile.in \
+ synctexdir/README.txt synctexdir/synctex_parser_readme.txt \
+ synctexdir/synctex_parser_version.txt synctexdir/tests \
+ synctexdir/synctex-common.h synctexdir/synctex-convert.sh \
+ synctexdir/synctex.c synctexdir/synctex.defines \
+ synctexdir/synctex.h synctexdir/synctex-mem.ch0 \
+ synctexdir/synctex-mem.ch1 synctexdir/synctex-mem.ch2 \
+ synctexdir/synctex-rec.ch0 synctexdir/synctex-rec.ch1 \
+ synctexdir/synctex-rec.ch2 synctexdir/synctex-e-mem.ch0 \
+ synctexdir/synctex-e-mem.ch1 synctexdir/synctex-e-rec.ch0 \
+ synctexdir/synctex-e-rec.ch1 synctexdir/synctex-pdf-rec.ch2 \
+ synctexdir/synctex-xe-mem.ch2 synctexdir/synctex-xe-rec.ch2 \
+ synctexdir/synctex-xe-rec.ch3 libmd5/md5.test fmtutil.in \
+ Makefile.in.orig configure.in.orig metapost.mk
DISTCLEANFILES = $(EXTRA_LIBRARIES) tangle.c tangle.h tangle.p \
tangle-web2c stamp-tangle tangleboot.c tangleboot.h ctangle.c \
cweb.c stamp-ctangle cftest.p $(web_programs:=.c) \
@@ -1965,9 +1966,9 @@ synctex_SOURCES = \
synctexdir/synctex_main.c \
synctexdir/synctex_parser.c \
synctexdir/synctex_parser.h \
- synctexdir/synctex_parser_utils.c \
+ synctexdir/synctex_parser_local.h \
synctexdir/synctex_parser_utils.h \
- synctexdir/synctex_parser_local.h
+ synctexdir/synctex_parser_utils.c
synctex_CPPFLAGS = -I$(srcdir)/synctexdir $(ZLIB_INCLUDES) -DSYNCTEX_USE_LOCAL_HEADER
synctex_LDADD = $(ZLIB_LIBS)
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog
new file mode 100644
index 00000000000..9741299e4cc
--- /dev/null
+++ b/Build/source/texk/web2c/synctexdir/ChangeLog
@@ -0,0 +1,14 @@
+2009-07-08 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * am/synctex.am: distribute new files.
+ * synctex_parser_local.h: add newline at end of file.
+ * synctex_parser_readme.txt: Mac -> native line end.
+
+2009-07-08 Jerome Laurens <jerome.laurens@u-bourgogne.fr>
+
+ Updated version.
+
+2009-03-19 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Adapt to TL2009 build system.
+
diff --git a/Build/source/texk/web2c/synctexdir/am/synctex.am b/Build/source/texk/web2c/synctexdir/am/synctex.am
index f84750b6cc1..d8fc6eb9e4c 100644
--- a/Build/source/texk/web2c/synctexdir/am/synctex.am
+++ b/Build/source/texk/web2c/synctexdir/am/synctex.am
@@ -11,9 +11,9 @@ synctex_SOURCES = \
synctexdir/synctex_main.c \
synctexdir/synctex_parser.c \
synctexdir/synctex_parser.h \
+ synctexdir/synctex_parser_local.h \
synctexdir/synctex_parser_utils.h \
- synctexdir/synctex_parser_utils.c \
- synctexdir/synctex_parser_local.h
+ synctexdir/synctex_parser_utils.c
synctex_CPPFLAGS = -I$(srcdir)/synctexdir $(ZLIB_INCLUDES) -DSYNCTEX_USE_LOCAL_HEADER
@@ -24,10 +24,14 @@ synctex_DEPENDENCIES = $(ZLIB_DEPEND)
dist_man_MANS += synctexdir/man1/synctex.1 synctexdir/man5/synctex.5
EXTRA_DIST += \
+ synctexdir/ChangeLog \
synctexdir/INSTALL \
synctexdir/Makefile \
synctexdir/Makefile.in \
- synctexdir/README.txt
+ synctexdir/README.txt \
+ synctexdir/synctex_parser_readme.txt \
+ synctexdir/synctex_parser_version.txt \
+ synctexdir/tests
## SyncTeX infrastructure: common for all engines
diff --git a/Build/source/texk/web2c/synctexdir/synctex_parser_local.h b/Build/source/texk/web2c/synctexdir/synctex_parser_local.h
index 0e647922a20..80f553e44a6 100644
--- a/Build/source/texk/web2c/synctexdir/synctex_parser_local.h
+++ b/Build/source/texk/web2c/synctexdir/synctex_parser_local.h
@@ -38,4 +38,4 @@ authorization from the copyright holder.
/* This local header file is for TEXLIVE, use your own header to fit your system */
# include "web2c/c-auto.h" /* for inline && HAVE_xxx */
/* No inlining for synctex tool in texlive. */
-# define SYNCTEX_INLINE \ No newline at end of file
+# define SYNCTEX_INLINE
diff --git a/Build/source/texk/web2c/synctexdir/synctex_parser_readme.txt b/Build/source/texk/web2c/synctexdir/synctex_parser_readme.txt
index 3dab08a5bee..9478a9929ad 100644
--- a/Build/source/texk/web2c/synctexdir/synctex_parser_readme.txt
+++ b/Build/source/texk/web2c/synctexdir/synctex_parser_readme.txt
@@ -10,7 +10,8 @@ This package is mainly for developers, it contains the following files:
synctex_parser_readme.txt
synctex_parser_version.txt
-synctex_parser_utils.c synctex_parser_utils.h
+synctex_parser_utils.c
+synctex_parser_utils.h
synctex_parser_local.h
synctex_parser.h
synctex_parser.c