summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2012-12-22 14:35:56 +0100
committerPaolo Bonzini <bonzini@gnu.org>2012-12-22 15:23:47 +0100
commite265d716a9d72027a97dde96d1234c2210e28a6b (patch)
treeaa1fe57962c728a7f0a73c1d706689cd7ae4b7c7 /Makefile.am
parent216ed03a5e20d58337d3e7a4c3172338866115c9 (diff)
downloadsed-e265d716a9d72027a97dde96d1234c2210e28a6b.tar.gz
bump version number, set copyright yearv4.2.2
2012-12-21 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Bump version number. Replace COPYRIGHT_YEAR. * Makefile.am (dist-hook): Revert 2010-08-10 change.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 76ec5ad..9b88c86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,10 @@ html:
DISTCHECK_CONFIGURE_FLAGS = XGETTEXT='$(SHELL) -c : dummy' $(EXTRA_DC_FLAGS)
EXTRA_DC_FLAGS =
+dist-hook:
+ test $(COPYRIGHT_YEAR) = `date +%Y` || \
+ { echo Copyright year not updated; exit 1; }
+
full-distcheck:
make distcheck EXTRA_DC_FLAGS='--enable-regex-tests'
make distcheck EXTRA_DC_FLAGS='--enable-html'