summaryrefslogtreecommitdiff
path: root/Build/source/utils
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils')
-rw-r--r--Build/source/utils/m-tx/Makefile.am9
-rw-r--r--Build/source/utils/m-tx/Makefile.in2
-rw-r--r--Build/source/utils/pmx/Makefile.am9
-rw-r--r--Build/source/utils/pmx/Makefile.in2
-rw-r--r--Build/source/utils/ps2eps/Makefile.am9
-rw-r--r--Build/source/utils/ps2eps/Makefile.in2
-rw-r--r--Build/source/utils/vlna/Makefile.am9
-rw-r--r--Build/source/utils/vlna/Makefile.in2
-rw-r--r--Build/source/utils/xindy/Makefile.am10
-rw-r--r--Build/source/utils/xindy/Makefile.in2
-rw-r--r--Build/source/utils/xpdfopen/Makefile.am9
-rw-r--r--Build/source/utils/xpdfopen/Makefile.in3
12 files changed, 40 insertions, 28 deletions
diff --git a/Build/source/utils/m-tx/Makefile.am b/Build/source/utils/m-tx/Makefile.am
index 18e5137fdf0..5e613823f6a 100644
--- a/Build/source/utils/m-tx/Makefile.am
+++ b/Build/source/utils/m-tx/Makefile.am
@@ -1,12 +1,15 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory utils/m-tx/
##
-## Copyright (C) 2012-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry <tex-live@tug.org>
+## Copyright 2012-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 mtx source tree.
EXTRA_DIST = $(MTX_TREE)
+
## Patches applied to the original source tree
-EXTRA_DIST += mtx-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/utils/m-tx/Makefile.in b/Build/source/utils/m-tx/Makefile.in
index aad0eb14f82..f42431bafb5 100644
--- a/Build/source/utils/m-tx/Makefile.in
+++ b/Build/source/utils/m-tx/Makefile.in
@@ -494,7 +494,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(MTX_TREE) mtx-PATCHES $(TESTS) tests/mozart.mtx \
+EXTRA_DIST = $(MTX_TREE) TLpatches $(TESTS) tests/mozart.mtx \
tests/mozart.pmx
NEVER_DIST = `find . $(NEVER_NAMES)`
diff --git a/Build/source/utils/pmx/Makefile.am b/Build/source/utils/pmx/Makefile.am
index 6e5d18c8e6a..4ef2d610a60 100644
--- a/Build/source/utils/pmx/Makefile.am
+++ b/Build/source/utils/pmx/Makefile.am
@@ -1,12 +1,15 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory utils/pmx/
##
-## Copyright (C) 2012-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry <tex-live@tug.org>
+## Copyright 2012-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 pmx source tree.
EXTRA_DIST = $(PMX_TREE)
+
## Patches applied to the original source tree
-EXTRA_DIST += pmx-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/utils/pmx/Makefile.in b/Build/source/utils/pmx/Makefile.in
index 0b745760d1b..f13e9d608b6 100644
--- a/Build/source/utils/pmx/Makefile.in
+++ b/Build/source/utils/pmx/Makefile.in
@@ -745,7 +745,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(PMX_TREE) pmx-PATCHES
+EXTRA_DIST = $(PMX_TREE) TLpatches
NEVER_DIST = `find . $(NEVER_NAMES)` $(PMX_TREE)/pmx.log \
$(PMX_TREE)/pmx.trs
diff --git a/Build/source/utils/ps2eps/Makefile.am b/Build/source/utils/ps2eps/Makefile.am
index 69a46cacbba..e940fc1dceb 100644
--- a/Build/source/utils/ps2eps/Makefile.am
+++ b/Build/source/utils/ps2eps/Makefile.am
@@ -1,12 +1,15 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory utils/ps2eps/
##
-## 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 ps2eps source tree.
EXTRA_DIST = $(PS2EPS_TREE)
+
## Patches applied to the original source tree
-EXTRA_DIST += ps2eps-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/utils/ps2eps/Makefile.in b/Build/source/utils/ps2eps/Makefile.in
index b870a099895..f3e9a9966ba 100644
--- a/Build/source/utils/ps2eps/Makefile.in
+++ b/Build/source/utils/ps2eps/Makefile.in
@@ -490,7 +490,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(PS2EPS_TREE) ps2eps-PATCHES \
+EXTRA_DIST = $(PS2EPS_TREE) TLpatches \
$(top_builddir)/../../build-aux/relpath $(TESTS) \
tests/plot.pbm tests/plot.out
NEVER_DIST = `find . $(NEVER_NAMES)`
diff --git a/Build/source/utils/vlna/Makefile.am b/Build/source/utils/vlna/Makefile.am
index 061d40fefcb..98c8483b3e6 100644
--- a/Build/source/utils/vlna/Makefile.am
+++ b/Build/source/utils/vlna/Makefile.am
@@ -1,12 +1,15 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory utils/vlna/
##
-## Copyright (C) 2008-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry <tex-live@tug.org>
+## Copyright 2008-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 vlna source tree.
EXTRA_DIST = $(VLNA_TREE)
+
## Patches applied to the original source tree
-EXTRA_DIST += vlna-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/utils/vlna/Makefile.in b/Build/source/utils/vlna/Makefile.in
index 585b793cbec..2359a2589af 100644
--- a/Build/source/utils/vlna/Makefile.in
+++ b/Build/source/utils/vlna/Makefile.in
@@ -309,7 +309,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(VLNA_TREE) vlna-PATCHES vlna.dvi vlna.tex vlna.idx \
+EXTRA_DIST = $(VLNA_TREE) TLpatches vlna.dvi vlna.tex vlna.idx \
vlna.scn
NEVER_DIST = `find . $(NEVER_NAMES)`
NEVER_NAMES = -name .svn
diff --git a/Build/source/utils/xindy/Makefile.am b/Build/source/utils/xindy/Makefile.am
index 58ba5e58113..d7e423224fc 100644
--- a/Build/source/utils/xindy/Makefile.am
+++ b/Build/source/utils/xindy/Makefile.am
@@ -1,18 +1,18 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory utils/xindy/
##
-## 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.
-##
+
EXTRA_DIST = README-clisp
## We use the original xindy source tree.
-##
SUBDIRS = . $(XINDY_TREE)
DIST_SUBDIRS = $(SUBDIRS)
## Patches applied to the original source tree
-##
-EXTRA_DIST += xindy-PATCHES
+EXTRA_DIST += TLpatches
## We must explicitly distribute some top-level files.
##
diff --git a/Build/source/utils/xindy/Makefile.in b/Build/source/utils/xindy/Makefile.in
index 6a95e2c109f..5821fb2016c 100644
--- a/Build/source/utils/xindy/Makefile.in
+++ b/Build/source/utils/xindy/Makefile.in
@@ -350,7 +350,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = README-clisp xindy-PATCHES $(XINDY_TREE)/Makefile.am \
+EXTRA_DIST = README-clisp TLpatches $(XINDY_TREE)/Makefile.am \
$(XINDY_TREE)/VERSION $(XINDY_TREE)/configure.ac \
$(XINDY_TREE)/m4 $(top_builddir)/../../build-aux/relpath
SUBDIRS = . $(XINDY_TREE)
diff --git a/Build/source/utils/xpdfopen/Makefile.am b/Build/source/utils/xpdfopen/Makefile.am
index 2c98c2f34d9..25d3d9b27c0 100644
--- a/Build/source/utils/xpdfopen/Makefile.am
+++ b/Build/source/utils/xpdfopen/Makefile.am
@@ -1,13 +1,14 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory utils/xpdfopen/
##
-## 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.
-##
+
EXTRA_DIST = $(XPDFOPEN_TREE)
## Changes applied to the original source tree
-##
-EXTRA_DIST += xpdfopen-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am
diff --git a/Build/source/utils/xpdfopen/Makefile.in b/Build/source/utils/xpdfopen/Makefile.in
index fe02f4f5c41..557fce93c9e 100644
--- a/Build/source/utils/xpdfopen/Makefile.in
+++ b/Build/source/utils/xpdfopen/Makefile.in
@@ -324,8 +324,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = $(XPDFOPEN_TREE) xpdfopen-PATCHES xpdfopen.pdf \
- xpdfopen.tex
+EXTRA_DIST = $(XPDFOPEN_TREE) TLpatches xpdfopen.pdf xpdfopen.tex
NEVER_DIST = `find . $(NEVER_NAMES)`
# Files not to be distributed