EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 04561fda authored by Stephan's avatar Stephan
Browse files

Fix html-watch target.

parent a6b0e9fe
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ help:
.PHONY: help Makefile
html-watch:
@$(SPHINXAUTOBUILD) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXAUTOBUILD) "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment