Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4075af768a422f018f26f7ddb44171eaa04c7ed8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4075af768a422f018f26f7ddb44171eaa04c7ed8)
  • Date: Sat, 29 Dec 2018 23:20:59 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

latex/texlive/patches/synctex.patch | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

New commits:
commit 4075af768a422f018f26f7ddb44171eaa04c7ed8
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

latex/texlive: more SyncTeX patching needed

diff --git a/latex/texlive/patches/synctex.patch
b/latex/texlive/patches/synctex.patch
index 9935e4a..8a51e0e 100644
--- a/latex/texlive/patches/synctex.patch
+++ b/latex/texlive/patches/synctex.patch
@@ -1,3 +1,25 @@
+diff --git a/texk/web2c/Makefile.in b/texk/web2c/Makefile.in
+--- a/texk/web2c/Makefile.in
++++ b/texk/web2c/Makefile.in
+@@ -1762,7 +1762,7 @@
+ MANS = $(dist_man_MANS) $(nodist_man_MANS)
+ DATA = $(pkgconfig_DATA)
+ am__syncinclude_HEADERS_DIST = synctexdir/synctex_parser.h \
+- synctexdir/synctex_parser_utils.h
++ synctexdir/synctex_parser_utils.h synctexdir/synctex_version.h
+ HEADERS = $(syncinclude_HEADERS)
+ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
+ distclean-recursive maintainer-clean-recursive
+@@ -4021,7 +4021,8 @@
+ pkgconfigdir = ${libdir}/pkgconfig
+ @SYNCTEX_TRUE@syncinclude_HEADERS = \
+ @SYNCTEX_TRUE@ synctexdir/synctex_parser.h \
+-@SYNCTEX_TRUE@ synctexdir/synctex_parser_utils.h
++@SYNCTEX_TRUE@ synctexdir/synctex_parser_utils.h \
++@SYNCTEX_TRUE@ synctexdir/synctex_version.h
+
+ @SYNCTEX_TRUE@pkgconfig_DATA = synctexdir/synctex.pc
+ @TEX_SYNCTEX_TRUE@tex_ch_synctex = \
diff --git a/texk/web2c/synctexdir/am/synctex.am
b/texk/web2c/synctexdir/am/synctex.am
--- a/texk/web2c/synctexdir/am/synctex.am
+++ b/texk/web2c/synctexdir/am/synctex.am



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4075af768a422f018f26f7ddb44171eaa04c7ed8), Pavel Vinogradov, 12/29/2018

Archive powered by MHonArc 2.6.24.

Top of Page