aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 679d47b..9d17177 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,8 @@ uninstallcheck:
sh aux/workflow/installcheck.sh -up $(PREFIX)
clean:
- rm -rf public/ src/git-permalink $(manpages) README.*.md CHANGELOG.*.md
+ rm -rf public/ src/git-permalink $(manpages) README.*.md CHANGELOG.*.md \
+ messages.mo tests/destdirs/ tests/prefix/ tests/remotes/
dist:
sh aux/workflow/dist.sh -d $(DATE) -V $(VERSION) -n $(NAME) -m $(MAILING_LIST)