diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-06-25 12:52:22 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-06-25 12:52:22 +0000 |
commit | b21292dc2ef80b796eb6517780b71801aaedfd56 (patch) | |
tree | 51004f2e9af8ce49a5a0793cb58666bad8bec7da /Build | |
parent | e3191d237c77eb4ac2cd6e591e6f38e61e4596d3 (diff) |
SyncTeX: parser version -> 1.18
git-svn-id: svn://tug.org/texlive/trunk@37670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 4 | ||||
-rwxr-xr-x | Build/source/texk/web2c/configure | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/synctexdir/am/synctex.am | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index b56c71cf748..d7e0847dc34 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -2467,8 +2467,8 @@ EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h \ omegaware/tests/arabicr.pl omegaware/tests/arabic.ovp \ $(aleph_web_srcs) $(aleph_ch_srcs) alephdir/ChangeLog \ alephdir/aleph.defines alephdir/aleph.version $(aleph_tests) \ - synctexdir/ChangeLog synctexdir/README.txt \ - synctexdir/synctex_parser_readme.txt \ + synctexdir/synctex_parser_c-auto.h synctexdir/ChangeLog \ + synctexdir/README.txt synctexdir/synctex_parser_readme.txt \ synctexdir/synctex_parser_version.txt synctexdir/tests \ synctexdir/synctex-common.h synctexdir/synctex.c \ synctexdir/synctex.defines synctexdir/synctex.h \ diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index bdc59cfe55c..c437e42f3c2 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -24875,10 +24875,10 @@ ac_config_files="$ac_config_files silent-sh" ## texk/web2c/synctexdir/ac/synctex.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ -SYNCTEXVERSION=1.17.0 +SYNCTEXVERSION=1.18.0 -SYNCTEX_LT_VERSINFO=18:0:17 +SYNCTEX_LT_VERSINFO=19:0:18 if test "x$enable_synctex" != xno; then diff --git a/Build/source/texk/web2c/synctexdir/am/synctex.am b/Build/source/texk/web2c/synctexdir/am/synctex.am index 4859c469583..0a88b895dbf 100644 --- a/Build/source/texk/web2c/synctexdir/am/synctex.am +++ b/Build/source/texk/web2c/synctexdir/am/synctex.am @@ -63,6 +63,7 @@ endif SYNCTEX dist_man_MANS += synctexdir/man1/synctex.1 synctexdir/man5/synctex.5 EXTRA_DIST += \ + synctexdir/synctex_parser_c-auto.h \ synctexdir/ChangeLog \ synctexdir/README.txt \ synctexdir/synctex_parser_readme.txt \ |