aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Kraai <kraai>2005-08-17 07:27:12 +0000
committerMatt Kraai <kraai>2005-08-17 07:27:12 +0000
commit0dc10ef3809bc2708c5cb8f46d7a41ae776a06ca (patch)
treefab409a4cea14a7c7cc563121db03c278e273dbd /Makefile
parentbdcab2cd909de2dd7efbc086103a7ebf51856706 (diff)
Make the clean target remove locale.
CVS version numbers Makefile: 1.40 -> 1.41
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f2293a318d3..78d46c6c145 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ all: $(LANGUAGES)
install: $(LANGUAGES-install)
clean: $(LANGUAGES-clean)
+ rm -fr locale
$(LANGUAGES-install):
$(MAKE) -C $(subst -install,,$@) install

© 2014-2024 Faster IT GmbH | imprint | privacy policy