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