summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/mpfr-src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/Makefile.am')
-rw-r--r--Build/source/libs/mpfr/mpfr-src/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/Makefile.am b/Build/source/libs/mpfr/mpfr-src/Makefile.am
index 349121ba816..b089d277fc4 100644
--- a/Build/source/libs/mpfr/mpfr-src/Makefile.am
+++ b/Build/source/libs/mpfr/mpfr-src/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2000-2015 Free Software Foundation, Inc.
+# Copyright 2000-2016 Free Software Foundation, Inc.
# This Makefile.am is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -25,7 +25,8 @@ nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
examples/version.c
EXTRA_DIST = PATCHES VERSION \
- tools/ck-copyright-notice tools/ck-version-info tools/get_patches.sh \
+ tools/ck-copyright-notice tools/ck-news tools/ck-version-info \
+ tools/get_patches.sh \
$(DATAFILES)
# Various checks for "make dist".
@@ -33,6 +34,8 @@ EXTRA_DIST = PATCHES VERSION \
# file doesn't end with "-dev", check that the -version-info value is
# up-to-date. Note: this is a heuristic, to detect some mistakes.
# * Check that copyright notices exist and appear to be correct.
+# * Check the NEWS file.
dist-hook:
cd $(srcdir) && tools/ck-version-info
cd $(srcdir) && tools/ck-copyright-notice
+ cd $(srcdir) && tools/ck-news