]> git.ipfire.org Git - thirdparty/gettext.git/commit
examples: Add hello-go example.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Mar 2025 12:19:41 +0000 (13:19 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Mar 2025 12:28:46 +0000 (13:28 +0100)
commit5ebaafda3a562e6adcad3fb4d311944af0acf910
tree3bf85887252998cdf5597e0b5098b7cee94ff882
parent0f79d8866ef4f7bee0648494f449929f2f12725d
examples: Add hello-go example.

* gettext-tools/examples/hello-go/INSTALL: New file.
* gettext-tools/examples/hello-go/autogen.sh: New file.
* gettext-tools/examples/hello-go/autoclean.sh: New file.
* gettext-tools/examples/hello-go/example1/hello1sl.go.in: New file.
* gettext-tools/examples/hello-go/example1/hello1ml.go.in: New file.
* gettext-tools/examples/hello-go/example1/go.mod.in: New file.
* gettext-tools/examples/hello-go/example1/Makefile.am: New file.
* gettext-tools/examples/hello-go/example2/hello2sl.go.in: New file.
* gettext-tools/examples/hello-go/example2/go.mod.in: New file.
* gettext-tools/examples/hello-go/example2/Makefile.am: New file.
* gettext-tools/examples/hello-go/example3/hello3ml.go.in: New file.
* gettext-tools/examples/hello-go/example3/go.mod.in: New file.
* gettext-tools/examples/hello-go/example3/Makefile.am: New file.
* gettext-tools/examples/hello-go/Makefile.am: New file.
* gettext-tools/examples/hello-go/configure.ac: New file.
* gettext-tools/examples/hello-go/m4/Makefile.am: New file.
* gettext-tools/examples/hello-go/po/LINGUAS: New file.
* gettext-tools/examples/hello-go/po/Makefile.am: New file.
* gettext-tools/examples/Makefile.am (EXAMPLESFILES, EXAMPLESDIRS): Add
hello-go.
* gettext-tools/examples/po/Makefile.am (POTFILES, SMALLPOTS): Update for
hello-go.
(hello-go.pot): New target.
(SMALLPOFILES_FOR_lang): Update for hello-go.
($(srcdir)/../hello-go/po/$(LL).po): New rule.
* gettext-tools/examples/check-examples (func_check_autoclean_all,
func_check_distclean_all, func_check_maintainerclean_all,
func_check_maintainerclean_vpath_all, func_check_dist_all,
func_check_dist_vpath_all, func_check_install_all, func_check_uninstall_all,
func_check_distcheck_all, func_check_all): Handle hello-go as well.
* gettext-tools/examples/README: Mention hello-go.
* gettext-tools/doc/lang-go.texi: Likewise.
* NEWS: Likewise.
24 files changed:
NEWS
gettext-tools/doc/lang-go.texi
gettext-tools/examples/Makefile.am
gettext-tools/examples/README
gettext-tools/examples/check-examples
gettext-tools/examples/hello-go/INSTALL [new file with mode: 0644]
gettext-tools/examples/hello-go/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-go/autoclean.sh [new file with mode: 0755]
gettext-tools/examples/hello-go/autogen.sh [new file with mode: 0755]
gettext-tools/examples/hello-go/configure.ac [new file with mode: 0644]
gettext-tools/examples/hello-go/example1/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-go/example1/go.mod.in [new file with mode: 0644]
gettext-tools/examples/hello-go/example1/hello1ml.go.in [new file with mode: 0644]
gettext-tools/examples/hello-go/example1/hello1sl.go.in [new file with mode: 0644]
gettext-tools/examples/hello-go/example2/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-go/example2/go.mod.in [new file with mode: 0644]
gettext-tools/examples/hello-go/example2/hello2sl.go.in [new file with mode: 0644]
gettext-tools/examples/hello-go/example3/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-go/example3/go.mod.in [new file with mode: 0644]
gettext-tools/examples/hello-go/example3/hello3ml.go.in [new file with mode: 0644]
gettext-tools/examples/hello-go/m4/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-go/po/LINGUAS [new file with mode: 0644]
gettext-tools/examples/hello-go/po/Makefile.am [new file with mode: 0644]
gettext-tools/examples/po/Makefile.am