diff options
Diffstat (limited to 'Build/source/texk/cjkutils/Makefile.am')
-rw-r--r-- | Build/source/texk/cjkutils/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/cjkutils/Makefile.am b/Build/source/texk/cjkutils/Makefile.am index b3f2b9a8a6a..bde0452caa0 100644 --- a/Build/source/texk/cjkutils/Makefile.am +++ b/Build/source/texk/cjkutils/Makefile.am @@ -1,12 +1,15 @@ +## $Id$ ## Makefile.am for the TeX Live subdirectory texk/cjkutils/ ## -## 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 cjk/utils source tree. EXTRA_DIST = $(CJKUTILS_TREE) + ## Patches applied to the original source tree -EXTRA_DIST += cjkutils-PATCHES +EXTRA_DIST += TLpatches # Files not to be distributed include $(srcdir)/../../am/dist_hook.am |