summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-21 17:43:10 +0000
committerKarl Berry <karl@freefriends.org>2017-03-21 17:43:10 +0000
commit567dac608f05e119bd3377f4ce06f650462ed689 (patch)
treed7ddf3fe652e3762d39c4db8df41d892d028c992 /Build/source/libs
parent8e59f1a263dd829945116de0863fbf023f8f07b5 (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')
-rw-r--r--Build/source/libs/cairo/Makefile.am9
-rw-r--r--Build/source/libs/cairo/Makefile.in2
-rw-r--r--Build/source/libs/freetype2/Makefile.am7
-rw-r--r--Build/source/libs/freetype2/Makefile.in2
-rw-r--r--Build/source/libs/gd/Makefile.am6
-rw-r--r--Build/source/libs/gd/Makefile.in2
-rw-r--r--Build/source/libs/gmp/Makefile.am9
-rw-r--r--Build/source/libs/gmp/Makefile.in2
-rw-r--r--Build/source/libs/graphite2/Makefile.am7
-rw-r--r--Build/source/libs/graphite2/Makefile.in2
-rw-r--r--Build/source/libs/harfbuzz/Makefile.am7
-rw-r--r--Build/source/libs/harfbuzz/Makefile.in2
-rw-r--r--Build/source/libs/icu/Makefile.am6
-rw-r--r--Build/source/libs/icu/Makefile.in2
-rw-r--r--Build/source/libs/libpaper/Makefile.am4
-rw-r--r--Build/source/libs/libpaper/Makefile.in2
-rw-r--r--Build/source/libs/libpng/Makefile.am7
-rw-r--r--Build/source/libs/libpng/Makefile.in2
-rw-r--r--Build/source/libs/lua52/Makefile.am6
-rw-r--r--Build/source/libs/lua52/Makefile.in2
-rw-r--r--Build/source/libs/luajit/Makefile.am8
-rw-r--r--Build/source/libs/luajit/Makefile.in2
-rw-r--r--Build/source/libs/mpfr/Makefile.am8
-rw-r--r--Build/source/libs/mpfr/Makefile.in2
-rw-r--r--Build/source/libs/pixman/Makefile.am9
-rw-r--r--Build/source/libs/pixman/Makefile.in2
-rw-r--r--Build/source/libs/poppler/Makefile.am7
-rw-r--r--Build/source/libs/poppler/Makefile.in2
-rw-r--r--Build/source/libs/potrace/Makefile.am7
-rw-r--r--Build/source/libs/potrace/Makefile.in2
-rw-r--r--Build/source/libs/teckit/Makefile.am6
-rw-r--r--Build/source/libs/teckit/Makefile.in2
-rw-r--r--Build/source/libs/xpdf/Makefile.am7
-rw-r--r--Build/source/libs/xpdf/Makefile.in2
-rw-r--r--Build/source/libs/zlib/Makefile.am7
-rw-r--r--Build/source/libs/zlib/Makefile.in2
-rw-r--r--Build/source/libs/zziplib/Makefile.am6
-rw-r--r--Build/source/libs/zziplib/Makefile.in2
38 files changed, 99 insertions, 72 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)`
diff --git a/Build/source/libs/freetype2/Makefile.am b/Build/source/libs/freetype2/Makefile.am
index 0fb1de191bf..17752d43848 100644
--- a/Build/source/libs/freetype2/Makefile.am
+++ b/Build/source/libs/freetype2/Makefile.am
@@ -1,7 +1,8 @@
+## $Id$
## Wrapper Makefile.am to build FreeType for TeX Live.
##
-## Copyright (C) 2016 Karl Berry <tex-live@tug.org>
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2016-2017 Karl Berry <tex-live@tug.org>
+## Copyright 2009-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 = $(FREETYPE_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += freetype-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/freetype2/Makefile.in b/Build/source/libs/freetype2/Makefile.in
index 31f25a58430..1ff607a6033 100644
--- a/Build/source/libs/freetype2/Makefile.in
+++ b/Build/source/libs/freetype2/Makefile.in
@@ -236,7 +236,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(FREETYPE_TREE) freetype-PATCHES
+EXTRA_DIST = $(FREETYPE_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
NEVER_NAMES = -name .svn
NEVER_NAMES_SUB = -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'
diff --git a/Build/source/libs/gd/Makefile.am b/Build/source/libs/gd/Makefile.am
index 1c13740ecf9..9894243908a 100644
--- a/Build/source/libs/gd/Makefile.am
+++ b/Build/source/libs/gd/Makefile.am
@@ -1,6 +1,8 @@
+## $Id$
## Proxy Makefile.am to build libgd for TeX Live.
##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry <tex-live@tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -12,7 +14,7 @@ EXTRA_DIST = $(GD_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += libgd-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/gd/Makefile.in b/Build/source/libs/gd/Makefile.in
index 31349366507..eb24bc1a547 100644
--- a/Build/source/libs/gd/Makefile.in
+++ b/Build/source/libs/gd/Makefile.in
@@ -611,7 +611,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(GD_TREE) libgd-PATCHES
+EXTRA_DIST = $(GD_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/gmp/Makefile.am b/Build/source/libs/gmp/Makefile.am
index 064939feb0f..620c46c9c11 100644
--- a/Build/source/libs/gmp/Makefile.am
+++ b/Build/source/libs/gmp/Makefile.am
@@ -1,8 +1,9 @@
+## $Id$
## Proxy Makefile.am to build GNU MP for TeX Live.
##
-## Copyright (C) 2016 Karl Berry <tex-live@tug.org>
-## Copyright (C) 2014-2015 Peter Breitenlohner <tex-live@tug.org>
-## Copyright (C) 2014 Taco Hoekwater <taco@metatex.org>
+## Copyright 2016-2017 Karl Berry <tex-live@tug.org>
+## Copyright 2014-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2014 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 = $(GMP_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += gmp-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/gmp/Makefile.in b/Build/source/libs/gmp/Makefile.in
index 76e7a8041b9..decfe8760e9 100644
--- a/Build/source/libs/gmp/Makefile.in
+++ b/Build/source/libs/gmp/Makefile.in
@@ -721,7 +721,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(GMP_TREE) gmp-PATCHES
+EXTRA_DIST = $(GMP_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
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)`
diff --git a/Build/source/libs/harfbuzz/Makefile.am b/Build/source/libs/harfbuzz/Makefile.am
index 8548536ffff..e48a9e1a3d0 100644
--- a/Build/source/libs/harfbuzz/Makefile.am
+++ b/Build/source/libs/harfbuzz/Makefile.am
@@ -1,7 +1,8 @@
+## $Id$
## Proxy Makefile.am to build harfbuzz 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 = $(HARFBUZZ_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += harfbuzz-PATCHES
+EXTRA_DIST += TLpatches
HARFBUZZ_SRC = $(HARFBUZZ_TREE)/src
diff --git a/Build/source/libs/harfbuzz/Makefile.in b/Build/source/libs/harfbuzz/Makefile.in
index ee2a695b981..be72594a66d 100644
--- a/Build/source/libs/harfbuzz/Makefile.in
+++ b/Build/source/libs/harfbuzz/Makefile.in
@@ -629,7 +629,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(HARFBUZZ_TREE) harfbuzz-PATCHES
+EXTRA_DIST = $(HARFBUZZ_TREE) TLpatches
HARFBUZZ_SRC = $(HARFBUZZ_TREE)/src
NEVER_DIST = `find . $(NEVER_NAMES)`
diff --git a/Build/source/libs/icu/Makefile.am b/Build/source/libs/icu/Makefile.am
index b1999b1a71e..d96452f44cc 100644
--- a/Build/source/libs/icu/Makefile.am
+++ b/Build/source/libs/icu/Makefile.am
@@ -1,6 +1,8 @@
+## $Id$
## Wrapper Makefile.am to build ICU for TeX Live.
##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry <tex-live@tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -11,7 +13,7 @@ EXTRA_DIST = $(ICU_TREE)
## Patches applied to the original source tree
##
-EXTRA_DIST += icu-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/icu/Makefile.in b/Build/source/libs/icu/Makefile.in
index cfba761763a..882054d6d97 100644
--- a/Build/source/libs/icu/Makefile.in
+++ b/Build/source/libs/icu/Makefile.in
@@ -560,7 +560,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(ICU_TREE) icu-PATCHES
+EXTRA_DIST = $(ICU_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
NEVER_NAMES = -name .svn
NEVER_NAMES_SUB = -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'
diff --git a/Build/source/libs/libpaper/Makefile.am b/Build/source/libs/libpaper/Makefile.am
index 993ad77a587..f29a8f2670e 100644
--- a/Build/source/libs/libpaper/Makefile.am
+++ b/Build/source/libs/libpaper/Makefile.am
@@ -1,5 +1,7 @@
+## $Id$
## Proxy Makefile.am to build libpaper for TeX Live.
##
+## Copyright 2017 Karl Berry <tex-live@tug.org>
## Copyright 2013-2015 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
@@ -12,7 +14,7 @@ EXTRA_DIST = $(LIBPAPER_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += libpaper-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/libpaper/Makefile.in b/Build/source/libs/libpaper/Makefile.in
index 485ee9f3696..bdea634acac 100644
--- a/Build/source/libs/libpaper/Makefile.in
+++ b/Build/source/libs/libpaper/Makefile.in
@@ -544,7 +544,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(LIBPAPER_TREE) libpaper-PATCHES
+EXTRA_DIST = $(LIBPAPER_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/libpng/Makefile.am b/Build/source/libs/libpng/Makefile.am
index c0e6bae3b63..e76d1f5fbe7 100644
--- a/Build/source/libs/libpng/Makefile.am
+++ b/Build/source/libs/libpng/Makefile.am
@@ -1,7 +1,8 @@
+## $Id$
## Proxy Makefile.am to build libpng for TeX Live.
##
-## Copyright (C) 2016 Karl Berry <tex-live@tug.org>
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2016-2017 Karl Berry <tex-live@tug.org>
+## Copyright 2009-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 = $(LIBPNG_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += libpng-PATCHES
+EXTRA_DIST += Tlpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/libpng/Makefile.in b/Build/source/libs/libpng/Makefile.in
index 1f79aab8799..cfc78b27786 100644
--- a/Build/source/libs/libpng/Makefile.in
+++ b/Build/source/libs/libpng/Makefile.in
@@ -562,7 +562,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(LIBPNG_TREE) libpng-PATCHES
+EXTRA_DIST = $(LIBPNG_TREE) Tlpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/lua52/Makefile.am b/Build/source/libs/lua52/Makefile.am
index a1e61ddd025..314b345714b 100644
--- a/Build/source/libs/lua52/Makefile.am
+++ b/Build/source/libs/lua52/Makefile.am
@@ -1,6 +1,8 @@
+## $Id$
## Proxy Makefile.am to build Lua52 for TeX Live.
##
-## Copyright (C) 2013-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry <tex-live@tug.org>
+## Copyright 2013-2015 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -12,7 +14,7 @@ EXTRA_DIST = $(LUA52_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += lua52-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/lua52/Makefile.in b/Build/source/libs/lua52/Makefile.in
index 1ae560fd4f5..51c54726538 100644
--- a/Build/source/libs/lua52/Makefile.in
+++ b/Build/source/libs/lua52/Makefile.in
@@ -620,7 +620,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(LUA52_TREE) lua52-PATCHES error.exp
+EXTRA_DIST = $(LUA52_TREE) TLpatches error.exp
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/luajit/Makefile.am b/Build/source/libs/luajit/Makefile.am
index a74eed38601..962a82c3bf0 100644
--- a/Build/source/libs/luajit/Makefile.am
+++ b/Build/source/libs/luajit/Makefile.am
@@ -1,7 +1,9 @@
+## $Id$
## Proxy Makefile.am to build LuaJIT for TeX Live.
##
-## Copyright (C) 2014 Luigi Scarso <luigi.scarso@gmail.com>
-## Copyright (C) 2014, 2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry<tex-live@tug.org>
+## Copyright 2014-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2014 Luigi Scarso <luigi.scarso@gmail.com>
## You may freely use, modify and/or distribute this file.
##
## We want to re-distribute the whole original LuaJIT source tree.
@@ -10,7 +12,7 @@ EXTRA_DIST = $(LUAJIT_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += LuaJIT-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/luajit/Makefile.in b/Build/source/libs/luajit/Makefile.in
index ad0fca5c91b..4d79211bbfe 100644
--- a/Build/source/libs/luajit/Makefile.in
+++ b/Build/source/libs/luajit/Makefile.in
@@ -671,7 +671,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(LUAJIT_TREE) LuaJIT-PATCHES jiterr.exp
+EXTRA_DIST = $(LUAJIT_TREE) TLpatches jiterr.exp
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/mpfr/Makefile.am b/Build/source/libs/mpfr/Makefile.am
index 2c7f6b23abc..a6a98cf0f2a 100644
--- a/Build/source/libs/mpfr/Makefile.am
+++ b/Build/source/libs/mpfr/Makefile.am
@@ -1,7 +1,9 @@
+## $Id$
## Proxy Makefile.am to build MPFR for TeX Live.
##
-## Copyright (C) 2014 Taco Hoekwater <taco@metatex.org>
-## Copyright (C) 2014, 2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry<tex-live@tug.org>
+## Copyright 2014-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2014 Taco Hoekwater <taco@metatex.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -13,7 +15,7 @@ EXTRA_DIST = $(MPFR_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += mpfr-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/mpfr/Makefile.in b/Build/source/libs/mpfr/Makefile.in
index 478b14c1c1b..7d033746f92 100644
--- a/Build/source/libs/mpfr/Makefile.in
+++ b/Build/source/libs/mpfr/Makefile.in
@@ -653,7 +653,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(MPFR_TREE) mpfr-PATCHES
+EXTRA_DIST = $(MPFR_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/pixman/Makefile.am b/Build/source/libs/pixman/Makefile.am
index 0a0bc589ae3..a83ff0514c5 100644
--- a/Build/source/libs/pixman/Makefile.am
+++ b/Build/source/libs/pixman/Makefile.am
@@ -1,8 +1,9 @@
+## $Id$
## Proxy Makefile.am to build pixman for TeX Live.
##
-## Copyright (C) 2016 Karl Berry <tex-live@tug.org>
-## Copyright (C) 2012-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 2012-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 = $(PIXMAN_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += pixman-PATCHES
+EXTRA_DIST += TLpatches
PIXMAN_SRC = $(PIXMAN_TREE)/pixman
diff --git a/Build/source/libs/pixman/Makefile.in b/Build/source/libs/pixman/Makefile.in
index ce282251529..f90dca97205 100644
--- a/Build/source/libs/pixman/Makefile.in
+++ b/Build/source/libs/pixman/Makefile.in
@@ -585,7 +585,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(PIXMAN_TREE) pixman-PATCHES
+EXTRA_DIST = $(PIXMAN_TREE) TLpatches
PIXMAN_SRC = $(PIXMAN_TREE)/pixman
NEVER_DIST = `find . $(NEVER_NAMES)`
diff --git a/Build/source/libs/poppler/Makefile.am b/Build/source/libs/poppler/Makefile.am
index 69998a81d84..09e144bf442 100644
--- a/Build/source/libs/poppler/Makefile.am
+++ b/Build/source/libs/poppler/Makefile.am
@@ -1,7 +1,8 @@
+## $Id$
## Proxy Makefile.am to build poppler for TeX Live.
##
-## Copyright (C) 2016 Karl Berry <tex-live@tug.org>
-## Copyright (C) 2011-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2016-2017 Karl Berry <tex-live@tug.org>
+## Copyright 2011-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 = $(POPPLER_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += poppler-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/poppler/Makefile.in b/Build/source/libs/poppler/Makefile.in
index 9132e2cb493..3a802a91412 100644
--- a/Build/source/libs/poppler/Makefile.in
+++ b/Build/source/libs/poppler/Makefile.in
@@ -429,7 +429,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(POPPLER_TREE) poppler-PATCHES
+EXTRA_DIST = $(POPPLER_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/potrace/Makefile.am b/Build/source/libs/potrace/Makefile.am
index 55765a0cf40..12298c669b8 100644
--- a/Build/source/libs/potrace/Makefile.am
+++ b/Build/source/libs/potrace/Makefile.am
@@ -1,7 +1,8 @@
+## $Id$
## Proxy Makefile.am to build potrace for TeX Live.
##
-## Copyright (C) 2016 Karl Berry <tex-live@tug.org>
-## Copyright (C) 2013-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2016-2017 Karl Berry <tex-live@tug.org>
+## Copyright 2013-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 = $(POTRACE_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += potrace-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/potrace/Makefile.in b/Build/source/libs/potrace/Makefile.in
index dc30e5f0df3..ed314e41096 100644
--- a/Build/source/libs/potrace/Makefile.in
+++ b/Build/source/libs/potrace/Makefile.in
@@ -547,7 +547,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(POTRACE_TREE) potrace-PATCHES
+EXTRA_DIST = $(POTRACE_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/teckit/Makefile.am b/Build/source/libs/teckit/Makefile.am
index 51fd9c152d7..1da454696c0 100644
--- a/Build/source/libs/teckit/Makefile.am
+++ b/Build/source/libs/teckit/Makefile.am
@@ -1,6 +1,8 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory libs/teckit/
##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry <tex-live@tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
## We want to re-distribute the whole original TECkit source tree.
@@ -9,7 +11,7 @@ EXTRA_DIST = $(TECKIT_TREE)
## Patches applied to the original source tree
##
-EXTRA_DIST += TECkit-PATCHES
+EXTRA_DIST += Tlpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/teckit/Makefile.in b/Build/source/libs/teckit/Makefile.in
index f0f72bb50cb..8766c311c0c 100644
--- a/Build/source/libs/teckit/Makefile.in
+++ b/Build/source/libs/teckit/Makefile.in
@@ -576,7 +576,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(TECKIT_TREE) TECkit-PATCHES teckit.test tex-text.map \
+EXTRA_DIST = $(TECKIT_TREE) Tlpatches teckit.test tex-text.map \
tex-text.tec
NEVER_DIST = `find . $(NEVER_NAMES)`
diff --git a/Build/source/libs/xpdf/Makefile.am b/Build/source/libs/xpdf/Makefile.am
index 219793d128e..ea4b2e22f3f 100644
--- a/Build/source/libs/xpdf/Makefile.am
+++ b/Build/source/libs/xpdf/Makefile.am
@@ -1,7 +1,8 @@
+## $Id$
## Proxy Makefile.am to build xpdf for TeX Live.
##
-## Copyright (C) 2016 Karl Berry <tex-live@tug.org>
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2016-2017 Karl Berry <tex-live@tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -31,7 +32,7 @@ EXTRA_DIST += xpdf-foolabs
## Actual patches applied to the original source tree
##
-EXTRA_DIST += xpdf-PATCHES
+EXTRA_DIST += Tlpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/xpdf/Makefile.in b/Build/source/libs/xpdf/Makefile.in
index 1b7352caa52..21f0a33bb07 100644
--- a/Build/source/libs/xpdf/Makefile.in
+++ b/Build/source/libs/xpdf/Makefile.in
@@ -395,7 +395,7 @@ top_srcdir = @top_srcdir@
#========================================================================
#========================================================================
ACLOCAL_AMFLAGS = -I ../../m4
-EXTRA_DIST = $(XPDF_TREE) xpdf-foolabs xpdf-PATCHES
+EXTRA_DIST = $(XPDF_TREE) xpdf-foolabs Tlpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/zlib/Makefile.am b/Build/source/libs/zlib/Makefile.am
index c012d8d8154..1ffe038ed3b 100644
--- a/Build/source/libs/zlib/Makefile.am
+++ b/Build/source/libs/zlib/Makefile.am
@@ -1,7 +1,8 @@
+## $Id$
## Proxy Makefile.am to build zlib for TeX Live.
##
-## Copyright (C) 2016 Karl Berry <tex-live@tug.org>
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2016-2017 Karl Berry <tex-live@tug.org>
+## Copyright 2009-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 = $(ZLIB_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += zlib-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/zlib/Makefile.in b/Build/source/libs/zlib/Makefile.in
index 0e5643efb74..8f3f7e8aaef 100644
--- a/Build/source/libs/zlib/Makefile.in
+++ b/Build/source/libs/zlib/Makefile.in
@@ -558,7 +558,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(ZLIB_TREE) zlib-PATCHES
+EXTRA_DIST = $(ZLIB_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed
diff --git a/Build/source/libs/zziplib/Makefile.am b/Build/source/libs/zziplib/Makefile.am
index cb2546562a0..45f663d55db 100644
--- a/Build/source/libs/zziplib/Makefile.am
+++ b/Build/source/libs/zziplib/Makefile.am
@@ -1,6 +1,8 @@
+## $Id$
## Proxy Makefile.am to build zziplib for TeX Live.
##
-## Copyright (C) 2010-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry <tex-live@tug.org>
+## Copyright 2010-2015 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -12,7 +14,7 @@ EXTRA_DIST = $(ZZIPLIB_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += zziplib-PATCHES
+EXTRA_DIST += Tlpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/libs/zziplib/Makefile.in b/Build/source/libs/zziplib/Makefile.in
index 2c95b9e90c8..b7f6a71f253 100644
--- a/Build/source/libs/zziplib/Makefile.in
+++ b/Build/source/libs/zziplib/Makefile.in
@@ -572,7 +572,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(ZZIPLIB_TREE) zziplib-PATCHES
+EXTRA_DIST = $(ZZIPLIB_TREE) Tlpatches
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed