Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 4785ddb

Browse files
committed
Update make clean target
Remove deploy directory and files generated by make check
1 parent 2a85774 commit 4785ddb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ check:
3737
@$(SPHINX) -b linkcheck -d "$(BUILDDIR)/.doctrees" source .
3838

3939
clean:
40-
rm -rf $(BUILDDIR)
40+
rm -rf $(BUILDDIR) $(DEPLOYDIR)
41+
rm -rf source/exts/__pycache__/
42+
rm -f output.json output.txt rss.xml
4143

4244
deploy: site
4345
$(eval TMP := $(shell mktemp -d))

0 commit comments

Comments
 (0)