diff --git a/Makefile b/Makefile index ebf89d3..2a74084 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,7 @@ test: docs: rm -rf docs pdoc3 --html --html-dir docs deadsimplekv + cd docs/deadsimplekv; \ + mv * ../ .PHONY: docs diff --git a/docs/deadsimplekv/index.html b/docs/index.html similarity index 100% rename from docs/deadsimplekv/index.html rename to docs/index.html