diff options
| -rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 458172c..f49f7d6 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -89,7 +89,7 @@ stats-upload: @printf "Uploading statistics...\n" @$(RCLONE) sync $(RCLONE_ARGS) stats $(STAT_TARGET) -CLEAN = $(PKG).info dir $(PKG) $(PKG).html $(PKG).pdf +CLEAN = .revdesc $(PKG).info dir $(PKG) $(PKG).html $(PKG).pdf $(STAT_TARGET) clean: @printf " Cleaning docs/*...\n" |
