From db21099b7e6a58185b098e104801d385368277a9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Feb 2007 21:14:05 +0000 Subject: (clean) do not erase drakconf.pot (needed for next commit) and don't try to erase *tree times* *.mo --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ $< -- cgit v1.2.1