From 734c3c301cf70af8046414d45d146f047e26e803 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 10 Mar 2008 23:44:19 +0000 Subject: [PATCH] be more militant when cleaning the docs --- docs/api/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index f0048c02e..dd1850264 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -80,3 +80,6 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute EXTRA_DIST += version.xml.in +clean-local : + rm -f *~ *.txt xml/* tmpl/* html/* +