]> git.ipfire.org Git - thirdparty/gettext.git/commit
examples: Add hello-d example.
authorBruno Haible <bruno@clisp.org>
Tue, 1 Apr 2025 21:11:13 +0000 (23:11 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 2 Apr 2025 12:04:50 +0000 (14:04 +0200)
commite91e04e0f3dc4ca7decb3a998b063bd4e5b83c74
treead22979b149d55b1916ac9e1e5c4117cb593e3e4
parent0f1ebb78713c50f55f6e5f436d75ba4be9791d87
examples: Add hello-d example.

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