From: Michael Tremer Date: Sat, 2 Mar 2013 12:05:10 +0000 (+0100) Subject: Don't regenerate pot when mo files are generated. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d918ef05f9328874e9c694ee7e0cef231280427;p=pbs.git Don't regenerate pot when mo files are generated. --- diff --git a/Makefile b/Makefile index e1abbb7e..095ef85b 100644 --- a/Makefile +++ b/Makefile @@ -16,11 +16,7 @@ $(POTFILE): $(ALL_FILES) $(sort $(ALL_FILES)) .PHONY: po -po: $(POTFILE) $(patsubst %.po, %.mo, $(POFILES)) - -# Merge the POTFILE. -%.po: $(POTFILE) - msgmerge $@ $(POTFILE) -o $@ +po: $(patsubst %.po, %.mo, $(POFILES)) # Compile the translations. %.mo: %.po