From 64cb65b115f3a2558d282469cd4267110b25f6e1 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 1 Oct 2013 21:31:00 +0100 Subject: i18n: Make sure POTFILES.in is cleaned --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index acbb0701..55d8d67a 100644 --- a/po/Makefile +++ b/po/Makefile @@ -29,7 +29,7 @@ install: all done clean: - rm -f *~ *.[oas] *.mo $(MOFILES) TAGS $(PL_CFILES) + rm -f *~ *.[oas] *.mo $(MOFILES) TAGS $(PL_CFILES) POTFILES.in %.mo: %.po msgfmt -o $@ $< -- cgit v1.2.1