From c67cfab9d848b98c7f4fc0004ce7e9a6de3adb9c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 17 Apr 2009 15:34:13 +0000 Subject: fix potfile generation --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 05a9060..5207305 100644 --- a/po/Makefile +++ b/po/Makefile @@ -28,7 +28,7 @@ clean: $(POTFILE): $(PL_FILES) perl_checker -q --generate-pot $@ $(PL_FILES) -update_n_merge: $(POTFILE).pot merge +update_n_merge: $(POTFILE) merge merge: @for n in $(POFILES); do \ -- cgit v1.2.1