diff options
Diffstat (limited to 'Build/source/libs/cairo')
-rw-r--r-- | Build/source/libs/cairo/Makefile.am | 9 | ||||
-rw-r--r-- | Build/source/libs/cairo/Makefile.in | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/Build/source/libs/cairo/Makefile.am b/Build/source/libs/cairo/Makefile.am index 42c0ecefd00..dfa3fa02035 100644 --- a/Build/source/libs/cairo/Makefile.am +++ b/Build/source/libs/cairo/Makefile.am @@ -1,8 +1,9 @@ +## $Id$ ## Proxy Makefile.am to build cairo for TeX Live. ## -## Copyright (C) 2016 Karl Berry <tex-live@tug.org> -## Copyright (C) 2013-2015 Peter Breitenlohner <tex-live@tug.org> -## Copyright (C) 2012 Taco Hoekwater <taco@metatex.org> +## Copyright 2016-2017 Karl Berry <tex-live@tug.org> +## Copyright 2013-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2012 Taco Hoekwater <taco@metatex.org> ## ## This file is free software; the copyright holder ## gives unlimited permission to copy and/or distribute it, @@ -14,7 +15,7 @@ EXTRA_DIST = $(CAIRO_TREE) ## Changes applied to the original source tree ## -EXTRA_DIST += cairo-PATCHES +EXTRA_DIST += TLpatches CAIRO_SRC = $(CAIRO_TREE)/src diff --git a/Build/source/libs/cairo/Makefile.in b/Build/source/libs/cairo/Makefile.in index 742503a3078..26f8b2e11ff 100644 --- a/Build/source/libs/cairo/Makefile.in +++ b/Build/source/libs/cairo/Makefile.in @@ -915,7 +915,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = $(CAIRO_TREE) cairo-PATCHES +EXTRA_DIST = $(CAIRO_TREE) TLpatches CAIRO_SRC = $(CAIRO_TREE)/src NEVER_DIST = `find . $(NEVER_NAMES)` |