[PATCH] Rebuild .po files when running "make"

Tested on Fedora 20. Crístian Viana (1): Rebuild .po files when running "make" po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.5.3

The .po files were only rebuilt with the command "make -C update-po", but not from the default "make". Make "update-gmo" a required dependency for the default target ("all") in po/Makefile. Fix issue #200. Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com> --- po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 1f02c2e..239e4e5 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -93,7 +93,7 @@ CATALOGS = @CATALOGS@ mv t-$@ $@ -all: check-macro-version all-@USE_NLS@ +all: check-macro-version update-gmo all-@USE_NLS@ all-yes: stamp-po all-no: -- 1.8.5.3

Reviewed-by: Aline Manera <alinefm@linux.vnet.ibm.com> On 03/07/2014 05:46 PM, Crístian Viana wrote:
The .po files were only rebuilt with the command "make -C update-po",
I think you mean the .mo files, right?
but not from the default "make".
Make "update-gmo" a required dependency for the default target ("all") in po/Makefile.
Fix issue #200.
Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com> --- po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 1f02c2e..239e4e5 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -93,7 +93,7 @@ CATALOGS = @CATALOGS@ mv t-$@ $@
-all: check-macro-version all-@USE_NLS@ +all: check-macro-version update-gmo all-@USE_NLS@
all-yes: stamp-po all-no:

Reviewed-by: ShaoHe Feng <shaohef@linux.vnet.ibm.com> and I also think The .mo files were only rebuilt with the command "make -C update-po", not the .po On 03/08/2014 04:46 AM, Crístian Viana wrote:
The .po files were only rebuilt with the command "make -C update-po", but not from the default "make".
Make "update-gmo" a required dependency for the default target ("all") in po/Makefile.
Fix issue #200.
Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com> --- po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 1f02c2e..239e4e5 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -93,7 +93,7 @@ CATALOGS = @CATALOGS@ mv t-$@ $@
-all: check-macro-version all-@USE_NLS@ +all: check-macro-version update-gmo all-@USE_NLS@
all-yes: stamp-po all-no:
-- Thanks and best regards! Sheldon Feng(冯少合)<shaohef@linux.vnet.ibm.com> IBM Linux Technology Center

and I also think
The .mo files were only rebuilt with the command "make -C update-po", not the .po Sure! Thanks for the correction, you two. The .mo files are rebuilt, not
Am 10-03-2014 08:35, schrieb Sheldon: the .po. Aline, could you please change the patch title and description for me? I don't think I need to send another patchset just to fix that... :) s/\.po/\.mo/
participants (3)
-
Aline Manera
-
Crístian Viana
-
Sheldon