maybe this fixes make distcheck
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Dec 2001 09:39:24 +0000 (09:39 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Dec 2001 09:39:24 +0000 (09:39 +0000)
Original commit message from CVS:
maybe this fixes make distcheck

docs/manual/Makefile.am

index 3a2390c..dc89e8a 100644 (file)
@@ -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