summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-09 13:32:55 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-09 13:32:55 +0000
commit9a7ee61d4c4cc76942c0f8ee5e0233a81ddcf26b (patch)
tree83d8caa08a7af44c6c1075bca34a89c05c9b77d1 /Makefile.am
parent0899251026ae7ff73b8ae1ee5d3d13428710d5c2 (diff)
downloadmpfr-9a7ee61d4c4cc76942c0f8ee5e0233a81ddcf26b.tar.gz
[Makefile.am] Added tools/ck-copyright-notice to EXTRA_DIST as it is
used in dist-hook. [tools/ck-copyright-notice] Added copyright notice (since this file is distributed in the tarballs). Note: the first year is 2008 as a part of the code comes from r5370 in mpfrlint. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7817 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3a28224bc..0c3890985 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,8 @@ nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \
examples/version.c
-EXTRA_DIST = PATCHES VERSION tools/ck-version-info tools/get_patches.sh \
+EXTRA_DIST = PATCHES VERSION \
+ tools/ck-copyright-notice tools/ck-version-info tools/get_patches.sh \
$(DATAFILES)
# Various checks for "make dist".