Skip to content
Snippets Groups Projects
Commit c11e311c authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

fix make clean that was failing

parent 9de83a14
No related branches found
No related tags found
No related merge requests found
...@@ -17,5 +17,5 @@ help: ...@@ -17,5 +17,5 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new # Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile %: Makefile
@$(SPHINXAPI) -o $(SOURCEDIR) $(SPHINXAPISRC)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment