summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 804a7dd94c..c930d2d280 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -47,7 +47,7 @@ PNGs := $(foreach dir, $(IMAGEDIRS), $(patsubst %.svg,%.png,$(wildcard $(SOURCED
47 $(SVG2PNG) --export-filename=$@ $< 47 $(SVG2PNG) --export-filename=$@ $<
48 48
49clean: 49clean:
50 @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js 50 @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js releases.rst
51 51
52stylecheck: 52stylecheck:
53 vale sync 53 vale sync