diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-02-20 11:42:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-02-20 11:42:20 +0000 |
commit | af75521cafc913bdefb5254625d5942890e29328 (patch) | |
tree | 1b4f287b08269894b682a0173e76a96898be1d5d | |
parent | 78cad2cf6ec4bcfa82bc653f51102d8b28a84654 (diff) | |
download | rpmdrake-af75521cafc913bdefb5254625d5942890e29328.tar rpmdrake-af75521cafc913bdefb5254625d5942890e29328.tar.gz rpmdrake-af75521cafc913bdefb5254625d5942890e29328.tar.bz2 rpmdrake-af75521cafc913bdefb5254625d5942890e29328.tar.xz rpmdrake-af75521cafc913bdefb5254625d5942890e29328.zip |
(clean) don't delete rpmdrake.pot (needed by next commit)
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 510fe1f3..af3a7713 100644 --- a/po/Makefile +++ b/po/Makefile @@ -50,5 +50,5 @@ install: done clean: - @rm -rf *.mo *.pof *.pog $(POFILES:%=%t) $(PL_CFILES) $(PGOAL).pot desktopstuff.pot $(PGOAL)_tmp.pot + @rm -rf *.mo *.pof *.pog $(POFILES:%=%t) $(PL_CFILES) desktopstuff.pot $(PGOAL)_tmp.pot |