Skip to content

Commit 965a374

Browse files
committed
make: Also clean .revdesc and docs/stats/
1 parent 315e8e9 commit 965a374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ stats-upload:
8989
@printf "Uploading statistics...\n"
9090
@$(RCLONE) sync $(RCLONE_ARGS) stats $(STAT_TARGET)
9191

92-
CLEAN = $(PKG).info dir $(PKG) $(PKG).html $(PKG).pdf $(GITSTATS_DIR)
92+
CLEAN = .revdesc $(PKG).info dir $(PKG) $(PKG).html $(PKG).pdf $(GITSTATS_DIR)
9393

9494
clean:
9595
@printf " Cleaning docs/*...\n"

0 commit comments

Comments
 (0)