Skip to content

Commit 5edc02f

Browse files
ahesfordzdykstra
authored andcommitted
docs/Makefile: man generation fails unless html docs are built first
1 parent d6f763b commit 5edc02f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@ $(VENV)/req_done: requirements.txt $(VENV)/success
6969
$(VENV)/bin/pip install $(PIP_FLAGS) -U -r requirements.txt
7070
@touch $(VENV)/req_done
7171

72+
# Man-page generation fails unless HTML documentation is built first
73+
man:: html
74+
7275
%:: Makefile
7376
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)

0 commit comments

Comments
 (0)