From 8fbcdda056e7c6621b78cb3a85936b7ea990f8c2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 14 Dec 2001 09:39:24 +0000 Subject: [PATCH] maybe this fixes make distcheck Original commit message from CVS: maybe this fixes make distcheck --- docs/manual/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am index 3a2390c..dc89e8a 100644 --- a/docs/manual/Makefile.am +++ b/docs/manual/Makefile.am @@ -8,5 +8,9 @@ png_files = $(shell echo $(srcdir)/*.png) EXTRA_DIST = $(sgml_files) $(fig_files) +## FIXME if we don't do this they don't get cleaned up in make distcheck +## but maybe this is not the best way to do it +CONFIG_CLEAN_FILES = $(sgml_files) $(fig_files) + include $(srcdir)/../manuals.mak -- 2.7.4