Cleanup files generated by test suite
Fixes make distcheck.
diff --git a/Makefile.am b/Makefile.am
index a230f67..cb1a075 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -182,6 +182,9 @@
@echo '## rebuilding for ASAN'
./configure CFLAGS="-fsanitize=address,undefined -Wformat -Werror=format-security -Werror=array-bounds -g" CXXFLAGS="-fsanitize=address,undefined -Wformat -Werror=format-security -Werror=array-bounds -g" LDFLAGS="-fsanitize=address,undefined" CC="clang" CXX="clang++" --disable-shared ; OptimOff ; $(MAKE) clean ; $(MAKE)
+clean-local:
+ rm -f missing.xml # created by testapi
+
# Old test suite. This should be ported to C.
tests: $(TEST_DEBUG) $(TEST_CATALOG) $(TEST_REGEXPS) $(TEST_SCHEMATRON) Timingtests $(TEST_VTIME) $(PYTHON_TESTS)
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 94a4140..75e138b 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -22,6 +22,7 @@
clean-local:
test -f Makefile.am || rm -f test?.xml
+ rm -f .memdump
EXTRA_DIST = \
examples.xml \