From a844aadfcc3e7db1a81b15824e9a002010156804 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 6 Jun 2006 00:39:55 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index cd8823a91..b8c86339e 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2006-06-06 Kevin Ryde + + * Makefile.am (BUILT_SOURCES): Remove guile.texi, only used by + maintainers (with doc/maint/docstring.el). Fixes parallel "make -j2" + reported by Mattias Holm. + 2006-06-03 Kevin Ryde * read.c (s_vector): Conditionalize on SCM_ENABLE_ELISP, to avoid