From 2b689ca192321651a4bafff382026d6e164941c4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 26 Nov 1995 08:09:30 +0000 Subject: [PATCH] *** empty log message *** --- TODO | 3 ++- automake.texi | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 20bd82e7d..36b2ba178 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,8 @@ Top priorities: * Fix up how 'clean' targets are handled (they should be handled like install, etc) -* Make sure auto-deANSIfication works +* Make sure auto-deANSIfication works. note that ansi2knr requires use of + config.h. * Make installdirs target. It might be cool to generate .texi dependencies by grepping for diff --git a/automake.texi b/automake.texi index 63edb7037..fbb3031b0 100644 --- a/automake.texi +++ b/automake.texi @@ -520,7 +520,8 @@ For instance, in the @code{automake} distribution, DIST_OTHER = automake.in @end example -FIXME: plan to remove the data files and make rules for this. +FIXME mention files that are found automatically but not printed by +--help. FIXME: describe DIST_SUBDIRS or not? It is a hack which might go away. @node Tags @@ -546,7 +547,7 @@ Texinfo documentation) @node Dependencies @section Automatic dependency tracking -As a developer it is often onerous to continually update the +As a developer it is often painful to continually update the @file{Makefile.in} whenever the include-file dependencies change in a project. @code{automake} supplies a way to automatically track dependency changes, and distribute the dependencies in the generated -- 2.11.4.GIT