1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Update copyright.

(dist-hook): Add, including related am/maintainers-dirs,
surrounded by "if MAINTAINER_MODE".
This commit is contained in:
Thien-Thi Nguyen 2002-03-31 10:33:22 +00:00
parent 01025ac452
commit 0520dabb03

View file

@ -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