diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-02-22 21:19:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-02-22 21:19:24 +0000 |
commit | ef6b42ab1ce9db4bf4a51b1966f45d482e436261 (patch) | |
tree | 4d24d163ab42efc58ec1880251c55d418375dccd /po/Makefile | |
parent | 741d80742f6341dcdc07ee2c39a5b036b81b6fb5 (diff) | |
download | mgaonline-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
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
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 $@ $< |