]> git.ipfire.org Git - thirdparty/gettext.git/commit
New example 'hello-c++20'.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Jun 2023 01:37:43 +0000 (03:37 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Jun 2023 01:37:43 +0000 (03:37 +0200)
commite2c6717ef924408b1f033b3d118238b1bb5ebfcc
tree72388a8343632768528f5c049849a0318cce01f4
parente4e4e06e21dff1733ab195770130834811190dd6
New example 'hello-c++20'.

* gettext-tools/examples/hello-c++20: New directory, based on
gettext-tools/examples/hello-c++.
* gettext-tools/examples/Makefile.am (EXAMPLESFILES, EXAMPLESDIRS): Update.
* gettext-tools/examples/po/Makefile.am (POTFILES, SMALLPOTS,
SMALLPOFILES_FOR_lang): Update.
(hello-c++20.pot, hello-c++20/po/$(LL).po): New rules.
* gettext-tools/examples/README: Update.
* 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 this directory as well.
* NEWS: Mention the new example.
15 files changed:
NEWS
gettext-tools/examples/Makefile.am
gettext-tools/examples/README
gettext-tools/examples/check-examples
gettext-tools/examples/hello-c++20/INSTALL [new file with mode: 0644]
gettext-tools/examples/hello-c++20/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-c++20/autoclean.sh [new file with mode: 0755]
gettext-tools/examples/hello-c++20/autogen.sh [new file with mode: 0755]
gettext-tools/examples/hello-c++20/configure.ac [new file with mode: 0644]
gettext-tools/examples/hello-c++20/hello.cc [new file with mode: 0644]
gettext-tools/examples/hello-c++20/m4/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-c++20/po/LINGUAS [new file with mode: 0644]
gettext-tools/examples/hello-c++20/po/Makevars [new file with mode: 0644]
gettext-tools/examples/hello-c++20/po/POTFILES.in [new file with mode: 0644]
gettext-tools/examples/po/Makefile.am