Skip to content

Commit

Permalink
Change Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
emunozdc authored and emunozdc committed Jun 17, 2024
1 parent e236eb9 commit 43a29a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that make without argument is like make help.
# Put it first so that "make" without argument is like "make help".
help:
@ -M help
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# make mode option. is meant as a shortcut for .
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@ -M
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

0 comments on commit 43a29a1

Please sign in to comment.