[gobject-introspection] tests/doctools: Properly clean the temporary mallard files



commit a6b3f191069855c3ff973998178bf161aef458f4
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Mon Aug 15 16:54:13 2011 +0200

    tests/doctools: Properly clean the temporary mallard files

 tests/doctool/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tests/doctool/Makefile.am b/tests/doctool/Makefile.am
index 6185929..b9d5206 100644
--- a/tests/doctool/Makefile.am
+++ b/tests/doctool/Makefile.am
@@ -4,7 +4,7 @@ GIRS = GIRepository-2.0.gir
 CHECK_TARGETS = $(GIRS:.gir=-C.page.check) $(GIRS:.gir=-Python.page.check)
 MALLARD_DIRS = $(GIRS:.gir=-C) $(GIRS:.gir=-Python)
 EXPECTED_MALLARD_DIRS = $(MALLARD_DIRS:=-expected)
-CLEANFILES = $(MALLARD_DIRS) $(GIRS)
+CLEANFILES = $(GIRS)
 BUILT_SOURCES = $(MALLARD_DIRS)
 EXTRA_DIST = $(EXPECTED_MALLARD_DIRS)
 
@@ -24,3 +24,6 @@ EXTRA_DIST = $(EXPECTED_MALLARD_DIRS)
 	@diff -u -U 10 $(srcdir)/$*-Python-expected $*-Python && echo "  TEST  $*-Python" && rm -rf $*-Python
 
 check-local: $(CHECK_TARGETS)
+
+clean-local:
+	@rm -rf $(MALLARD_DIRS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]