From b0a3dba6259c9b9ae3a1262df5cdf72cbc899bed Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 30 Nov 1995 00:34:04 +0000 Subject: [PATCH] *** empty log message *** --- TODO | 3 +++ automake.texi | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/TODO b/TODO index 659e974e0..226726c14 100644 --- a/TODO +++ b/TODO @@ -126,6 +126,9 @@ DISTCLEANFILES lib_LIBADD code conditionally included in a library This probably needs to be redone anyway. +AM_TEXINFOS override form +SUFFIXES additional suffixes + ================================================================ Libraries: diff --git a/automake.texi b/automake.texi index 1f2e3bb30..6d5f34997 100644 --- a/automake.texi +++ b/automake.texi @@ -296,6 +296,10 @@ and for automatic de-ANSI-fication. HEADERS = hello.h getopt.h rx.h @end example +@samp{HEADERS} should also be used to list any sources files which are +conditionally built. FIXME probably should use @samp{SOURCES} for this; +that support might even work. + @node Scripts @section Programs Which are Scripts -- 2.11.4.GIT