From a1f3e8b12ae256a61fd7b8edc8912982ba25676a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 21 Jan 2009 11:41:14 +0100 Subject: s3:docs: fix distclean target and add realdistclean target - remove stuff created by configure in distclean - remove stuff created by autoconf in realdistclean Michael (cherry picked from commit 65c92fea3d18c3520ff2a1e53a0c5c8825c9788f) Signed-off-by: Michael Adam (cherry picked from commit 410acb0410ce3c33da15dbefd0b59e971494d2fb) --- docs-xml/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs-xml/Makefile') diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 2acef3e2432..f5e196d2705 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -320,7 +320,10 @@ xslt/man.xsl: xslt/pearson.xsl: distclean clobber:: clean - rm Makefile.settings config.status config.log configure + rm -f Makefile.settings config.status config.log configure + +realdistclean:: distclean + rm -f configure rm -rf autom4te.cache -- cgit