From db91fbdf52688cf66b189ba74def00288118400f Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 8 Apr 2002 17:09:26 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 2 ++ libguile/ChangeLog | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index b411cae6b..e77bb583b 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,5 +1,7 @@ 2002-04-08 Marius Vollmer + * tools.texi (guile-snarf): Updated. + * Makefile.am (guile_TEXINFOS): Add scheme-compound.texi. (CLEANFILES): Added guile.cps, guile.fns, guile.rns, guile.tps, guile.vrs. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 02807a086..23880ef95 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,11 @@ 2002-04-08 Marius Vollmer + * guile-snarf.in: Do not clean input file. This would write to + the $(srcdir) during a VPATH build, which is not allowed. It also + isn't needed since it only works when an output filename has been + specified and in that case we don't need to clean the input file + because the output file will already exist. + * Makefile.am (EXTRA_DIST): Added cpp_err_symbols.c and cpp_sig_symbols.c.