summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-02-22 21:19:24 +0000
committerThierry Vignaud <tv@mandriva.org>2007-02-22 21:19:24 +0000
commitef6b42ab1ce9db4bf4a51b1966f45d482e436261 (patch)
tree4d24d163ab42efc58ec1880251c55d418375dccd
parent741d80742f6341dcdc07ee2c39a5b036b81b6fb5 (diff)
downloadmgaonline-ef6b42ab1ce9db4bf4a51b1966f45d482e436261.tar
mgaonline-ef6b42ab1ce9db4bf4a51b1966f45d482e436261.tar.gz
mgaonline-ef6b42ab1ce9db4bf4a51b1966f45d482e436261.tar.bz2
mgaonline-ef6b42ab1ce9db4bf4a51b1966f45d482e436261.tar.xz
mgaonline-ef6b42ab1ce9db4bf4a51b1966f45d482e436261.zip
(clean) do not erase drakconf.pot (needed for next commit) and don't
try to erase three times *.mo
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 1857d601..e1d185e0 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -22,7 +22,7 @@ install: all
done
clean:
- rm -f *~ *.[oas] *.mo $(GOALS) TAGS $(MOFILES) $(PL_CFILES)
+ rm -f *~ *.[oas] *.mo TAGS $(PL_CFILES)
%.mo: %.po
msgfmt -o $@ $<