From 5352cc0f20a15a5634c518b3455078a3a388cc28 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 7 Apr 2002 22:20:53 +0000 Subject: [PATCH] (dist-hook): Removed. TODO is now installed by autogen.sh. --- Makefile.am | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 81dc9b8c6..c7d857b8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,12 +37,4 @@ 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