mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Update copyright.
(dist-hook): Add, including related am/maintainers-dirs, surrounded by "if MAINTAINER_MODE".
This commit is contained in:
parent
01025ac452
commit
0520dabb03
1 changed files with 11 additions and 1 deletions
12
Makefile.am
12
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue