diff options
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 |