summaryrefslogtreecommitdiff
path: root/poky/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/Makefile')
-rw-r--r--poky/documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/documentation/Makefile b/poky/documentation/Makefile
index bec53399c0..33bbca0bab 100644
--- a/poky/documentation/Makefile
+++ b/poky/documentation/Makefile
@@ -44,7 +44,7 @@ PNGs := $(foreach dir, $(IMAGEDIRS), $(patsubst %.svg,%.png,$(wildcard $(SOURCED
$(SVG2PNG) --export-filename=$@ $<
clean:
- @rm -rf $(BUILDDIR) $(PNGs) $(PDFs)
+ @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js
epub: $(PNGs)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)