aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-02-22 21:14:05 +0000
committerThierry Vignaud <tv@mandriva.org>2007-02-22 21:14:05 +0000
commitdb21099b7e6a58185b098e104801d385368277a9 (patch)
treef84d0dc94424219f22132935220d0d160c06b237 /po/Makefile
parented76059218b72e5de19dc1d892be077744bfd9de (diff)
downloaduserdrake-db21099b7e6a58185b098e104801d385368277a9.tar
userdrake-db21099b7e6a58185b098e104801d385368277a9.tar.gz
userdrake-db21099b7e6a58185b098e104801d385368277a9.tar.bz2
userdrake-db21099b7e6a58185b098e104801d385368277a9.tar.xz
userdrake-db21099b7e6a58185b098e104801d385368277a9.zip
(clean) do not erase drakconf.pot (needed for next commit) and don't
try to erase *tree times* *.mo
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 808621e..5fca51f 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -23,7 +23,7 @@ install: all
done
clean:
- rm -f *~ *.[oas] *.mo $(GOALS) TAGS $(MOFILES)
+ rm -f *~ *.[oas] *.mo TAGS
%.mo: %.po
msgfmt -o $@ $<