diff options
author | Paul Smith <psmith@gnu.org> | 2002-10-25 18:42:52 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-10-25 18:42:52 +0000 |
commit | bd108cf45cca0a37cb82aca0f3f3516e593d638b (patch) | |
tree | 46b4e8f2a272a69fce8717072a40d45931cc3568 /ChangeLog | |
parent | 6374309c6d4d17ab1e4109133ab8aad55f77d51c (diff) | |
download | gunmake-bd108cf45cca0a37cb82aca0f3f3516e593d638b.tar.gz |
A few minor fixes to the manual and automake files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-10-25 Paul D. Smith <psmith@gnu.org> + + * doc/make.texi (Quick Reference): Add references to $(eval ...) + and $(value ...). + (Recursion): Add a variable index entry for CURDIR. + + * README.cvs: Update to appropriate versions. + * Makefile.am (nodist_loadavg_SOURCES): automake gurus point out I + don't need to copy loadavg.c: automake is smart enough to create + it for me. Still have a bug in automake related to ansi2knr tho. + 2002-10-14 Paul D. Smith <psmith@gnu.org> * *.c: Convert to using ANSI C-style function definitions. |