Skip to content

Commit

Permalink
squash: Fix typo in the clear target
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Jan 4, 2024
1 parent 722af16 commit 6575508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
.PHONY: help generate-stories generate-autodocs clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext

clean:
rm -rf $(BUILDDIR) stories spec docs/autodocs/*.rst
rm -rf $(BUILDDIR) stories spec code/autodocs/*.rst

##
## Building documentation
Expand Down

0 comments on commit 6575508

Please sign in to comment.