Skip to content

Commit 0c07e40

Browse files
committed
Remove extra at sign
1 parent 506a2bd commit 0c07e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ docset: html
2525
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2626
%: Makefile
2727
doxygen source/Doxyfile
28-
PYTHONPATH="$(realpath ../test)" @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
28+
PYTHONPATH="$(realpath ../test)" $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2929
@python post_process_dispatcher.py $(BUILDDIR)
3030

3131
clean:

0 commit comments

Comments
 (0)