diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-31 20:32:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-31 20:32:02 +0000 |
commit | 5bd60d90d4a1de506f6d2f4a17c8f05ed24843ca (patch) | |
tree | 519e9de58d66391859a029f47c2447c95f2488b3 /Build/source | |
parent | 3969b491e5c8ddd6de8ad5bcadcd74dc2b9efc02 (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@43104 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/libs/harfbuzz/Makefile.in | 3 | ||||
-rw-r--r-- | Build/source/libs/harfbuzz/include/Makefile.in | 4 | ||||
-rw-r--r-- | Build/source/texk/dvisvgm/Makefile.in | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/libs/harfbuzz/Makefile.in b/Build/source/libs/harfbuzz/Makefile.in index 5086d992e7c..a7afe3ca708 100644 --- a/Build/source/libs/harfbuzz/Makefile.in +++ b/Build/source/libs/harfbuzz/Makefile.in @@ -728,8 +728,7 @@ libharfbuzz_a_SOURCES = @HARFBUZZ_TREE@/src/hb-atomic-private.hh \ @HARFBUZZ_TREE@/src/hb-ot-var-fvar-table.hh \ @HARFBUZZ_TREE@/src/hb-ot-var-hvar-table.hh \ @HARFBUZZ_TREE@/src/hb-ot-var.cc \ - @HARFBUZZ_TREE@/src/hb-ot-var.h \ - @HARFBUZZ_TREE@/src/hb-icu.cc \ + @HARFBUZZ_TREE@/src/hb-ot-var.h @HARFBUZZ_TREE@/src/hb-icu.cc \ @HARFBUZZ_TREE@/src/hb-graphite2.cc @build_TRUE@dist_check_SCRIPTS = harfbuzz.test @build_TRUE@TESTS = harfbuzz.test diff --git a/Build/source/libs/harfbuzz/include/Makefile.in b/Build/source/libs/harfbuzz/include/Makefile.in index 742eb2d717e..efeef025970 100644 --- a/Build/source/libs/harfbuzz/include/Makefile.in +++ b/Build/source/libs/harfbuzz/include/Makefile.in @@ -254,8 +254,8 @@ hdr_links = $(HARFBUZZ_SRC)/hb.h $(HARFBUZZ_SRC)/hb-blob.h \ $(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 \ - $(HARFBUZZ_SRC)/hb-ot-var.h \ - $(HARFBUZZ_SRC)/hb-icu.h $(HARFBUZZ_SRC)/hb-graphite2.h + $(HARFBUZZ_SRC)/hb-ot-var.h $(HARFBUZZ_SRC)/hb-icu.h \ + $(HARFBUZZ_SRC)/hb-graphite2.h all: all-am .SUFFIXES: diff --git a/Build/source/texk/dvisvgm/Makefile.in b/Build/source/texk/dvisvgm/Makefile.in index f86257ed9d0..80847154653 100644 --- a/Build/source/texk/dvisvgm/Makefile.in +++ b/Build/source/texk/dvisvgm/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# $Id$ +# $Id: Makefile.am 43103 2017-01-31 18:39:23Z karl $ # Makefile.am for the TeX Live subdirectory texk/dvisvgm/ # # Copyright 2015-2017 Karl Berry <tex-live@tug.org> |