1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 12:00:21 +02:00

(dist-hook): Removed. TODO is now installed by autogen.sh.

This commit is contained in:
Marius Vollmer 2002-04-07 22:20:53 +00:00
parent 3683221c22
commit 5352cc0f20

View file

@ -37,12 +37,4 @@ TESTS = check-guile
# The rule will cd to $(top_srcdir). # The rule will cd to $(top_srcdir).
ACLOCAL = ./guile-aclocal.sh 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 # Makefile.am ends here