diff options
author | John Terpstra <jht@samba.org> | 2004-11-07 02:16:31 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:06 -0500 |
commit | b5fd5167261ae77cc6c1876af782d7237fe7c25e (patch) | |
tree | b445f07ea37a17fe5ecd7796251002264561f28e /docs/Makefile.in | |
parent | 62df9636010e355450f1bc65fc35178f2c60b961 (diff) | |
download | samba-b5fd5167261ae77cc6c1876af782d7237fe7c25e.tar.gz samba-b5fd5167261ae77cc6c1876af782d7237fe7c25e.tar.bz2 samba-b5fd5167261ae77cc6c1876af782d7237fe7c25e.zip |
IDMAP Completion.
(This used to be commit dcfd5eb5244caae46eca33ca76d206ca236fa585)
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index 14fe7a87ea..3b3f7b0879 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -136,6 +136,9 @@ $(HTMLDIR)/%.html: $(DOCBOOKDIR)/%.xml $(HTMLDIR)/samba.css xslt/html.xsl echo "<para/>" > $@ $(XSLTPROC) --xinclude xslt/generate-attributions.xsl $*/index.xml > $@ +clobber: clean + rm Makefile settings.xsl config.status config.log configure + clean: rm -rf $(OUTPUTDIR)/* $(DOCBOOKDIR) rm -f *.xml |