From: Bruno Haible Date: Mon, 13 Oct 2025 00:15:25 +0000 (+0200) Subject: examples: Fix hello-tcl* examples (regression 2024-12-06). X-Git-Tag: v1.0~69 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2ff034612e6cdd44e8209a0fef1076aec19ed445;p=thirdparty%2Fgettext.git examples: Fix hello-tcl* examples (regression 2024-12-06). * gettext-tools/examples/hello-tcl*/po/Makefile.am (CATALOGS): Use suffix .msg, not .gmo. --- diff --git a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am index 1f123a933..2eac09697 100644 --- a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am @@ -114,7 +114,7 @@ INST_LINGUAS != for presentlang in $(ALL_LINGUAS); do \ # This is computed as $(foreach lang, $(INST_LINGUAS), $(frob $(lang)).msg) CATALOGS != for lang in $(INST_LINGUAS); do \ frobbedlang=`echo $$lang | sed -e 's/\..*$$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`; \ - echo $$frobbedlang.gmo; \ + echo $$frobbedlang.msg; \ done SUFFIXES = .nop .po-create .po-update diff --git a/gettext-tools/examples/hello-tcl/po/Makefile.am b/gettext-tools/examples/hello-tcl/po/Makefile.am index 1f123a933..2eac09697 100644 --- a/gettext-tools/examples/hello-tcl/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl/po/Makefile.am @@ -114,7 +114,7 @@ INST_LINGUAS != for presentlang in $(ALL_LINGUAS); do \ # This is computed as $(foreach lang, $(INST_LINGUAS), $(frob $(lang)).msg) CATALOGS != for lang in $(INST_LINGUAS); do \ frobbedlang=`echo $$lang | sed -e 's/\..*$$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`; \ - echo $$frobbedlang.gmo; \ + echo $$frobbedlang.msg; \ done SUFFIXES = .nop .po-create .po-update