summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 972a080..dd9ce13 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -10,13 +10,13 @@ all: html
###########################
.PHONY: html
-html: html/index.html
+html: clean html/index.html
-# Use Sphinx to build HTML from Doxygen XML
+# Use Sphinx to build HTML documentation
html/index.html: sphinx/*
sphinx-build -b html sphinx html
.PHONY: clean
clean:
- rm -rf html
+ rm -rf html/* html/.buildinfo html/.doctrees