]> git.ipfire.org Git - pbs.git/commitdiff
Don't regenerate pot when mo files are generated.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2013 12:05:10 +0000 (13:05 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2013 12:05:10 +0000 (13:05 +0100)
Makefile

index e1abbb7e9c4672e9c44e29f5b72beea8dac20038..095ef85b09f044452d5172941f0af41bbe45eda6 100644 (file)
--- 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