From 9b626a311480a46764c302600e35f77837b64376 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 31 Mar 2002 10:35:13 +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 2a6b43233..81dc9b8c6 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, 2001 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -36,3 +36,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