From 116a2681f96d050ab44657d93208c3cdcaeb80c4 Mon Sep 17 00:00:00 2001 From: James Aylett Date: Mon, 6 May 2002 15:05:20 +0000 Subject: [PATCH] Distribution fixes: make clean should now clear up all required files. git-svn-id: file:///home/xapian-svn/xapian/trunk@3953 6b2f1b92-a4f3-0310-943f-de3cbe41748b --- xapian-core/ChangeLog | 5 +++++ xapian-core/Makefile.am | 2 +- xapian-core/backends/quartz/Makefile.am | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/xapian-core/ChangeLog b/xapian-core/ChangeLog index c4be72e33..b1a6fef23 100644 --- a/xapian-core/ChangeLog +++ b/xapian-core/ChangeLog @@ -1,3 +1,8 @@ +Mon May 6 16:04:37 2002 James Aylett + + * Distribution fixes: make clean should now clear up all + required files. + Mon May 6 14:42:46 2002 James Aylett * Don't include dlfcn.h since we don't use it (and doesn't exist diff --git a/xapian-core/Makefile.am b/xapian-core/Makefile.am index 2b21f38c5..f5558b6b3 100644 --- a/xapian-core/Makefile.am +++ b/xapian-core/Makefile.am @@ -25,7 +25,7 @@ DIST_SUBDIRS = include testsuite autoconf common \ bin_SCRIPTS = xapian-config -CLEANFILES = TODO xapian-config +CLEANFILES = TODO TODO.release xapian-config EXTRA_DIST = Makefile_common.am ChangeLog buildall HACKING PLATFORMS \ ar-wrapper-solaris TODO TODO.release diff --git a/xapian-core/backends/quartz/Makefile.am b/xapian-core/backends/quartz/Makefile.am index 27cb6417f..7b32f587d 100644 --- a/xapian-core/backends/quartz/Makefile.am +++ b/xapian-core/backends/quartz/Makefile.am @@ -50,6 +50,9 @@ TESTS = quartztest btreetest check_PROGRAMS = btreetest quartztest quartzdump +clean-local: + rm -rf .quartztmp .btreetmp + quartztest_SOURCES = quartztest.cc quartztest_LDADD = libquartz.la \ ../../testsuite/libtest.la \ -- 2.11.4.GIT