Skip to content
Snippets Groups Projects
Verified Commit e0b1428f authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

docs/Makefile: Fix redundant help command

parent 25223e6b
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ distclean: clean ...@@ -34,7 +34,6 @@ distclean: clean
make -C ../../ docs-clean make -C ../../ docs-clean
help: sphinx/help help: sphinx/help
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
sphinx/%: sphinx/%:
@$(SPHINXBUILD) -M $* "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) @$(SPHINXBUILD) -M $* "$(SOURCEDIR)" "$(BUILDDIR)" $(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