Skip to content

Commit 2aae163

Browse files
committed
fix in doc Makefile
1 parent 2541fbd commit 2aae163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ help:
2020
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2121

2222
clean: Makefile
23-
rm -rf doxyoutput/ api/
23+
rm -rf doxgen/ api/
2424
@$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2525

2626
html: Makefile

0 commit comments

Comments
 (0)