texlive[42400] Build/source/libs/harfbuzz/include/Makefile.in:
commits+karl at tug.org
commits+karl at tug.org
Mon Oct 31 18:34:42 CET 2016
Revision: 42400
http://tug.org/svn/texlive?view=revision&revision=42400
Author: karl
Date: 2016-10-31 18:34:42 +0100 (Mon, 31 Oct 2016)
Log Message:
-----------
symlink hb-ot-math.h in build dir
Modified Paths:
--------------
trunk/Build/source/libs/harfbuzz/ChangeLog
trunk/Build/source/libs/harfbuzz/include/Makefile.am
trunk/Build/source/libs/harfbuzz/include/Makefile.in
Property Changed:
----------------
trunk/Build/source/libs/harfbuzz/include/Makefile.am
Modified: trunk/Build/source/libs/harfbuzz/ChangeLog
===================================================================
--- trunk/Build/source/libs/harfbuzz/ChangeLog 2016-10-31 16:13:01 UTC (rev 42399)
+++ trunk/Build/source/libs/harfbuzz/ChangeLog 2016-10-31 17:34:42 UTC (rev 42400)
@@ -1,3 +1,8 @@
+2016-10-31 Karl Berry <karl at tug.org>
+
+ * include/Makefile.am (hdr_links): add hb-ot-math.h
+ (else xetex build fails).
+
2016-10-26 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
Import harfbuzz-1.3.3.
Modified: trunk/Build/source/libs/harfbuzz/include/Makefile.am
===================================================================
--- trunk/Build/source/libs/harfbuzz/include/Makefile.am 2016-10-31 16:13:01 UTC (rev 42399)
+++ trunk/Build/source/libs/harfbuzz/include/Makefile.am 2016-10-31 17:34:42 UTC (rev 42400)
@@ -1,6 +1,8 @@
+## $Id$
## Proxy Makefile.am to install harfbuzz headers for TeX Live.
##
-## Copyright (C) 2012-2014 Peter Breitenlohner <tex-live at tug.org>
+## Copyright 2015-2016 Karl Berry <tex-live at tug.org>
+## Copyright 2012-2014 Peter Breitenlohner <tex-live at tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -29,6 +31,7 @@
$(HARFBUZZ_SRC)/hb-ot.h \
$(HARFBUZZ_SRC)/hb-ot-font.h \
$(HARFBUZZ_SRC)/hb-ot-layout.h \
+ $(HARFBUZZ_SRC)/hb-ot-math.h \
$(HARFBUZZ_SRC)/hb-ot-shape.h \
$(HARFBUZZ_SRC)/hb-ot-tag.h
Property changes on: trunk/Build/source/libs/harfbuzz/include/Makefile.am
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/Build/source/libs/harfbuzz/include/Makefile.in
===================================================================
--- trunk/Build/source/libs/harfbuzz/include/Makefile.in 2016-10-31 16:13:01 UTC (rev 42399)
+++ trunk/Build/source/libs/harfbuzz/include/Makefile.in 2016-10-31 17:34:42 UTC (rev 42400)
@@ -252,9 +252,9 @@
$(HARFBUZZ_SRC)/hb-shape.h $(HARFBUZZ_SRC)/hb-shape-plan.h \
$(HARFBUZZ_SRC)/hb-unicode.h $(HARFBUZZ_BLD)/hb-version.h \
$(HARFBUZZ_SRC)/hb-ot.h $(HARFBUZZ_SRC)/hb-ot-font.h \
- $(HARFBUZZ_SRC)/hb-ot-layout.h $(HARFBUZZ_SRC)/hb-ot-shape.h \
- $(HARFBUZZ_SRC)/hb-ot-tag.h $(HARFBUZZ_SRC)/hb-icu.h \
- $(HARFBUZZ_SRC)/hb-graphite2.h
+ $(HARFBUZZ_SRC)/hb-ot-layout.h $(HARFBUZZ_SRC)/hb-ot-math.h \
+ $(HARFBUZZ_SRC)/hb-ot-shape.h $(HARFBUZZ_SRC)/hb-ot-tag.h \
+ $(HARFBUZZ_SRC)/hb-icu.h $(HARFBUZZ_SRC)/hb-graphite2.h
all: all-am
.SUFFIXES:
More information about the tex-live-commits
mailing list