diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-21 17:43:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-21 17:43:10 +0000 |
commit | 567dac608f05e119bd3377f4ce06f650462ed689 (patch) | |
tree | d7ddf3fe652e3762d39c4db8df41d892d028c992 /Build/source/libs/graphite2 | |
parent | 8e59f1a263dd829945116de0863fbf023f8f07b5 (diff) |
EXTRA_DIST=TLpatches to reflect new directory names
git-svn-id: svn://tug.org/texlive/trunk@43567 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite2')
-rw-r--r-- | Build/source/libs/graphite2/Makefile.am | 7 | ||||
-rw-r--r-- | Build/source/libs/graphite2/Makefile.in | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/libs/graphite2/Makefile.am b/Build/source/libs/graphite2/Makefile.am index 243ab035d96..6319edf404f 100644 --- a/Build/source/libs/graphite2/Makefile.am +++ b/Build/source/libs/graphite2/Makefile.am @@ -1,7 +1,8 @@ +## $Id$ ## Proxy Makefile.am to build graphite2 for TeX Live. ## -## Copyright (C) 2016 Karl Berry <tex-live@tug.org> -## Copyright (C) 2012-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2016-2017 Karl Berry <tex-live@tug.org> +## Copyright 2012-2015 Peter Breitenlohner <tex-live@tug.org> ## ## This file is free software; the copyright holder ## gives unlimited permission to copy and/or distribute it, @@ -13,7 +14,7 @@ EXTRA_DIST = $(GRAPHITE2_TREE) ## Changes applied to the original source tree ## -EXTRA_DIST += graphite2-PATCHES +EXTRA_DIST += TLpatches GRAPHITE2_SRC = $(GRAPHITE2_TREE)/src GRAPHITE2_INC = $(GRAPHITE2_TREE)/include diff --git a/Build/source/libs/graphite2/Makefile.in b/Build/source/libs/graphite2/Makefile.in index 9279e4c2120..429baefe624 100644 --- a/Build/source/libs/graphite2/Makefile.in +++ b/Build/source/libs/graphite2/Makefile.in @@ -644,7 +644,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = $(GRAPHITE2_TREE) graphite2-PATCHES +EXTRA_DIST = $(GRAPHITE2_TREE) TLpatches GRAPHITE2_SRC = $(GRAPHITE2_TREE)/src GRAPHITE2_INC = $(GRAPHITE2_TREE)/include NEVER_DIST = `find . $(NEVER_NAMES)` |