diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 14:25:08 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 14:25:08 +0100 |
commit | 1101d7aa57eb559a13cc35422c57e8c5766c2a9c (patch) | |
tree | 71e8d48b4ee545eab9ad50addbada3069f36f31e /docs-xml | |
parent | 1d59fd4d733007ccabb69c945e1da2208c376b96 (diff) | |
parent | 157864d1e8cb069a3be0aadf71e114f9ae827df3 (diff) | |
download | samba-1101d7aa57eb559a13cc35422c57e8c5766c2a9c.tar.gz samba-1101d7aa57eb559a13cc35422c57e8c5766c2a9c.tar.bz2 samba-1101d7aa57eb559a13cc35422c57e8c5766c2a9c.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 2acef3e243..08e3f5ebaa 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 + +realdistclean:: distclean + rm -f configure rm -rf autom4te.cache |