diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-02-22 21:14:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-02-22 21:14:05 +0000 |
commit | db21099b7e6a58185b098e104801d385368277a9 (patch) | |
tree | f84d0dc94424219f22132935220d0d160c06b237 | |
parent | ed76059218b72e5de19dc1d892be077744bfd9de (diff) | |
download | userdrake-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
-rw-r--r-- | po/Makefile | 2 |
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 $@ $< |