Skip to content

Commit a6fdc09

Browse files
committed
Refactorized the rules targetting docs-*
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
1 parent 3136123 commit a6fdc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ trivy: ## Run Trivy to find vulnerabilities in container images
169169
# ===================================================================
170170

171171
docs: ## Create the documentation
172-
./venv/bin/python -m glances -C ./conf/glances.conf --api-doc > ./docs/api.rst
172+
$(PYTHON) -m glances -C $(CONF) --api-doc > ./docs/api.rst
173173
cd docs && ./build.sh && cd ..
174174

175175
docs-server: docs ## Start a Web server to serve the documentation

0 commit comments

Comments
 (0)