3cc9f9458a
Install synctex_version.h to be able to build evince.
48 lines
1.8 KiB
Diff
48 lines
1.8 KiB
Diff
From 28fe90a530c055abce7af362512b81a70d296e7d Mon Sep 17 00:00:00 2001
|
|
From: Akira Kakuto <kakuto@fuk.kindai.ac.jp>
|
|
Date: Mon, 23 Jul 2018 21:21:12 +0000
|
|
Subject: [PATCH] add synctex_version.h (report from Johannes)
|
|
|
|
git-svn-id: svn://tug.org/texlive/trunk/Build/source@48260 c570f23f-e606-0410-a88d-b1316a301751
|
|
---
|
|
texk/web2c/Makefile.in | 3 ++-
|
|
texk/web2c/synctexdir/am/synctex.am | 1 +
|
|
2 files changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/texk/web2c/Makefile.in b/texk/web2c/Makefile.in
|
|
index abdd6dfef..4872c68f2 100644
|
|
--- a/source/texk/web2c/Makefile.in
|
|
+++ b/source/texk/web2c/Makefile.in
|
|
@@ -2420,7 +2420,7 @@ NROFF = nroff
|
|
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_version.h synctexdir/synctex_parser_utils.h
|
|
HEADERS = $(syncinclude_HEADERS)
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
distclean-recursive maintainer-clean-recursive
|
|
@@ -4687,6 +4687,7 @@ syncincludedir = ${includedir}/synctex
|
|
pkgconfigdir = ${libdir}/pkgconfig
|
|
@SYNCTEX_TRUE@syncinclude_HEADERS = \
|
|
@SYNCTEX_TRUE@ synctexdir/synctex_parser.h \
|
|
+@SYNCTEX_TRUE@ synctexdir/synctex_version.h \
|
|
@SYNCTEX_TRUE@ synctexdir/synctex_parser_utils.h
|
|
|
|
@SYNCTEX_TRUE@pkgconfig_DATA = synctexdir/synctex.pc
|
|
diff --git a/texk/web2c/synctexdir/am/synctex.am b/texk/web2c/synctexdir/am/synctex.am
|
|
index 316ffbbae..b69cb260a 100644
|
|
--- a/source/texk/web2c/synctexdir/am/synctex.am
|
|
+++ b/source/texk/web2c/synctexdir/am/synctex.am
|
|
@@ -55,6 +55,7 @@ pkgconfigdir = ${libdir}/pkgconfig
|
|
if SYNCTEX
|
|
syncinclude_HEADERS = \
|
|
synctexdir/synctex_parser.h \
|
|
+ synctexdir/synctex_version.h \
|
|
synctexdir/synctex_parser_utils.h
|
|
|
|
pkgconfig_DATA = synctexdir/synctex.pc
|
|
--
|
|
2.17.1
|
|
|