diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-27 21:38:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-27 21:38:29 +0000 |
commit | 0b331b657051a55ba5f567f66f301f93d215743b (patch) | |
tree | e78906d139cb8c0ed2d3079559c932692f57bc17 /Build/source/texk/upmendex | |
parent | 1a979118b3cc992840d9795d1c9be465160b8b1d (diff) |
ICU_EXTRA_LIBS for icutest; doc
git-svn-id: svn://tug.org/texlive/trunk@44086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/upmendex')
-rw-r--r-- | Build/source/texk/upmendex/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/upmendex/Makefile.am b/Build/source/texk/upmendex/Makefile.am index 47641c00683..b58d6dd3e0f 100644 --- a/Build/source/texk/upmendex/Makefile.am +++ b/Build/source/texk/upmendex/Makefile.am @@ -1,6 +1,8 @@ +## $Id$ ## Makefile.am for the TeX Live subdirectory texk/upmendex/ ## -## Copyright (C) 2010-2014 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2017 Karl Berry <tex-live@tug.org> +## Copyright 2010-2014 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## AM_CPPFLAGS = $(KPATHSEA_INCLUDES) $(ICU_INCLUDES) @@ -60,4 +62,3 @@ EXTRA_DIST += $(TESTS) EXTRA_DIST += tests/foo.idx tests/foo.ind \ tests/uni.idx tests/uni.dict tests/uni.ist tests/uni.ind DISTCLEANFILES = foo.* uni.* - |