summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2022-10-16 19:11:55 -0400
committerGabriel Falcão <gabriel@nacaolivre.org>2022-10-16 19:12:02 -0400
commitf9f012711597634d40066d144a36888b3addcc46 (patch)
tree6dd224b7e3ad17ebfeb4d0d7e0fa3d39490f8687
parent58b6494e84e20f5ac3271dc421daeb7f581ba368 (diff)
downloadhttpretty-main.tar.gz
pipe :DHEADmain
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3d337d..b38f578 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ functional: $(VENV)/bin/nosetests # runs functional tests
-$(DOCS_INDEX): $(VENV)/bin/sphinx-build
+$(DOCS_INDEX): | $(VENV)/bin/sphinx-build
cd docs && make html
html: $(DOCS_INDEX) $(VENV)/bin/sphinx-build