@@ -19,7 +19,7 @@ endif
# Put it first so that "make" without argument is like "make help".
help:
- @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
.PHONY: all checks help Makefile clean stylecheck publish latexpdf
@@ -51,12 +51,10 @@ sphinx-lint:
# Unable to read an entire line---bufsize=200000. Please increase buf_size in texmf.cnf.
latexpdf:
$(SOURCEDIR)/set_versions.py
- buf_size=10000000 LATEXMKOPTS="-silent" $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ buf_size=10000000 LATEXMKOPTS="-silent" $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
all: html epub latexpdf
-# Catch-all target: route all unknown targets to Sphinx using the new
-# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%:
$(SOURCEDIR)/set_versions.py
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
This variable isn't set or used anywhere, remove it and remove the misleading comment. Reported-by: "Robert P. J. Day" <rpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) --- base-commit: 3660b8085a5e790c1ea8bf75236fff4b216fe19c change-id: 20260821-remove-o-makefile-e0f4d44e3fbb