diff options
Diffstat (limited to 'Build/source/texk/bibtex-x/Makefile.am')
-rw-r--r-- | Build/source/texk/bibtex-x/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/bibtex-x/Makefile.am b/Build/source/texk/bibtex-x/Makefile.am index 6cbb6068e67..655b5e4cc10 100644 --- a/Build/source/texk/bibtex-x/Makefile.am +++ b/Build/source/texk/bibtex-x/Makefile.am @@ -1,6 +1,8 @@ +## $Id$ ## Makefile.am for the TeX Live subdirectory texk/bibtex-x/ ## -## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2017 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## AM_CPPFLAGS = $(KPATHSEA_INCLUDES) -DUNIX -DKPATHSEA @@ -110,4 +112,3 @@ EXTRA_DIST += \ csf/COPYING \ csf/HISTORY \ csf/file_id.diz - |