summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index fb67e266c..c9192f5e6 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -13,7 +13,8 @@ help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
clean:
- rm -fr build/
+ $(RM) -fr build
+ cd source/markdown && $(RM) -f $$(<.gitignore)
.PHONY: help Makefile