summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-08-15 16:54:13 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-08-15 16:54:38 +0200
commita6b3f191069855c3ff973998178bf161aef458f4 (patch)
tree2e94cd260e781acf67a11d5509b5b529abb463ae /tests
parent7dbfa6facecff08ff675dd96aae1dbbfe760cdbe (diff)
downloadgobject-introspection-a6b3f191069855c3ff973998178bf161aef458f4.tar.gz
tests/doctools: Properly clean the temporary mallard files
Diffstat (limited to 'tests')
-rw-r--r--tests/doctool/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/doctool/Makefile.am b/tests/doctool/Makefile.am
index 6185929f..b9d5206a 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)