summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-01-21 11:41:14 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-22 09:50:50 +0100
commiteb462e71913d4ba83afaed7007545239cdafd2b0 (patch)
treedd06c4a1968472c14414887caed6ddece3c0fec5
parentbd414008b921f3277c6df8a8f0e86676c4bdd102 (diff)
downloadsamba-eb462e71913d4ba83afaed7007545239cdafd2b0.tar.gz
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 <obnox@samba.org> (cherry picked from commit 58db911a3845c4a8475c413e5fd8d755498dd447)
-rw-r--r--docs-xml/Makefile5
1 files changed, 4 insertions, 1 deletions
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