diff options
author | Michael Adam <obnox@samba.org> | 2009-01-21 11:47:46 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-01-21 11:47:46 +0100 |
commit | 37412017c5dd2f05a7f4bbe0410a6e00ce4805e5 (patch) | |
tree | 82aa6de41d1a6825c29b2a7250499dd8d2093521 /docs-xml/Makefile | |
parent | ce3e34d37ce5592e0268be5d16240387d971585a (diff) | |
download | samba-37412017c5dd2f05a7f4bbe0410a6e00ce4805e5.tar.gz samba-37412017c5dd2f05a7f4bbe0410a6e00ce4805e5.tar.bz2 samba-37412017c5dd2f05a7f4bbe0410a6e00ce4805e5.zip |
s3:docs: fix ommission in fix of (real)distclean targets
Michael
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r-- | docs-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile index f5e196d270..08e3f5ebaa 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -320,7 +320,7 @@ xslt/man.xsl: xslt/pearson.xsl: distclean clobber:: clean - rm -f Makefile.settings config.status config.log configure + rm -f Makefile.settings config.status config.log realdistclean:: distclean rm -f configure |