]> git.ipfire.org Git - thirdparty/gettext.git/commit
examples: Add hello-modula2 example.
authorBruno Haible <bruno@clisp.org>
Fri, 25 Apr 2025 08:15:08 +0000 (10:15 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 25 Apr 2025 11:06:15 +0000 (13:06 +0200)
commite7650ab0fac57133fa2d08efd4e1a670e11df920
treee3d20f2a2a4f0a83381c626e1e3f8e77bbacd200
parent281658406b9d59e0dbdbafbc7ee1b4b047fab175
examples: Add hello-modula2 example.

* gettext-tools/examples/hello-modula2/INSTALL: New file.
* gettext-tools/examples/hello-modula2/autogen.sh: New file.
* gettext-tools/examples/hello-modula2/autoclean.sh: New file.
* gettext-tools/examples/hello-modula2/hello.mod.in: New file.
* gettext-tools/examples/hello-modula2/Makefile.am: New file.
* gettext-tools/examples/hello-modula2/configure.ac: New file.
* gettext-tools/examples/hello-modula2/m4/Makefile.am: New file.
* gettext-tools/examples/hello-modula2/po/LINGUAS: New file.
* gettext-tools/examples/hello-modula2/po/Makefile.am: New file.
* gettext-tools/examples/installpaths.in: Define also libdir.
* gettext-tools/m4/Makefile.am (examplesbuildaux_DATA): Add modula2comp.m4.
* gettext-tools/examples/Makefile.am (EXAMPLESFILES, EXAMPLESDIRS): Add
hello-modula2.
* gettext-tools/examples/po/Makefile.am (POTFILES, SMALLPOTS): Update for
hello-modula2.
(hello-modula2.pot): New target.
(SMALLPOFILES_FOR_lang): Update for hello-modula2.
($(srcdir)/../hello-modula2/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-modula2 as well.
* gettext-tools/examples/README: Mention hello-modula2.
* gettext-tools/doc/lang-modula2.texi: Likewise.
* NEWS: Likewise.
17 files changed:
NEWS
gettext-tools/doc/lang-modula2.texi
gettext-tools/examples/Makefile.am
gettext-tools/examples/README
gettext-tools/examples/check-examples
gettext-tools/examples/hello-modula2/INSTALL [new file with mode: 0644]
gettext-tools/examples/hello-modula2/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-modula2/autoclean.sh [new file with mode: 0755]
gettext-tools/examples/hello-modula2/autogen.sh [new file with mode: 0755]
gettext-tools/examples/hello-modula2/configure.ac [new file with mode: 0644]
gettext-tools/examples/hello-modula2/hello.mod.in [new file with mode: 0644]
gettext-tools/examples/hello-modula2/m4/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-modula2/po/LINGUAS [new file with mode: 0644]
gettext-tools/examples/hello-modula2/po/Makefile.am [new file with mode: 0644]
gettext-tools/examples/installpaths.in
gettext-tools/examples/po/Makefile.am
gettext-tools/m4/Makefile.am