From 2baca9748bbb21c2eafe031fee4cde3861cbd245 Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Sun, 12 Mar 2000 21:26:42 +0000 Subject: [PATCH] * Makefile.am: Added *.doc to DISTCLEANFILES. --- libguile/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 05f4281bf..a8b04ebf4 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -223,5 +223,5 @@ MOSTLYCLEANFILES = \ CLEANFILES = libpath.h -DISTCLEANFILES = *.x +DISTCLEANFILES = *.x *.doc