summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-11-11 10:46:56 +0100
committernicolargo <nicolas@nicolargo.com>2021-11-11 10:46:56 +0100
commit9af001c500ae7efd19a86219908a48c19768df26 (patch)
treec266c285ccab55f881ec9ca392e15e0256ed1d0c /Makefile
parent74b820ebf1675e7449c15179da8fc91379f5c638 (diff)
Update docs and correct make docs-server target in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d194a12..2f4941bb 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ docs: venv-dev
docs-server: docs
(sleep 2 && sensible-browser "http://localhost:$(PORT)") &
- cd docs/_build/html/ && ./venv/bin/python -m SimpleHTTPServer $(PORT)
+ cd docs/_build/html/ && ../../../venv/bin/python -m http.server $(PORT)
webui: venv-dev
cd glances/outputs/static/ && npm install && npm audit fix && npm run build