From: Michael Adam Date: Wed, 21 Jan 2009 10:41:14 +0000 (+0100) Subject: s3:docs: fix distclean target and add realdistclean target X-Git-Tag: samba-3.0.36~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d8e759e8f2f7dec0c9d0b3e59720bce30f60fb1;p=thirdparty%2Fsamba.git 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 4976a8737700aff1772126375b60566046f29ec4) --- 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