From 5f24d38a13327889c2b84deaef87995f506643ed Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 31 Mar 2002 10:37:12 +0000 Subject: [PATCH] Update copyright. (dist-hook): Add, including related am/maintainers-dirs, surrounded by "if MAINTAINER_MODE". --- Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3bd976fe5..0f69a0f71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -32,3 +32,13 @@ TESTS = check-guile # The rule will cd to $(top_srcdir). ACLOCAL = ./guile-aclocal.sh + +if MAINTAINER_MODE +# Fill dist tree. +include $(top_srcdir)/am/maintainer-dirs +dist-hook: + ( echo 'This is a snapshot of the TODO file.' ; date ; echo ; \ + cat $(workbook)/tasks/TODO ) > TODO +endif + +# Makefile.am ends here