]> git.ipfire.org Git - thirdparty/gettext.git/commit
examples: Add hello-c-http example.
authorBruno Haible <bruno@clisp.org>
Wed, 12 Feb 2025 09:54:08 +0000 (10:54 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 13 Feb 2025 05:12:33 +0000 (06:12 +0100)
commit31554caccc04b3b7203ed116a9b36702f49151c1
tree3821324630707f66c5c8a21c3a78c6f594973902
parent72171458db107dc5f5e055196fdc4b43b856ba9f
examples: Add hello-c-http example.

* gettext-tools/examples/hello-c-http/INSTALL: New file.
* gettext-tools/examples/hello-c-http/autogen.sh: New file, based on
gettext-tools/examples/hello-c/autogen.sh.
* gettext-tools/examples/hello-c-http/autoclean.sh: New file, based on
gettext-tools/examples/hello-c/autoclean.sh.
* gettext-tools/examples/hello-c-http/hello-server.c: New file.
* gettext-tools/examples/hello-c-http/Makefile.am: New file, based on
gettext-tools/examples/hello-c/Makefile.am.
* gettext-tools/examples/hello-c-http/configure.ac: New file, based on
gettext-tools/examples/hello-c/configure.ac.
* gettext-tools/examples/hello-c-http/m4/Makefile.am: New file, copied from
gettext-tools/examples/hello-c/m4/Makefile.am.
* gettext-tools/examples/hello-c-http/po/POTFILES.in: New file.
* gettext-tools/examples/hello-c-http/po/Makevars: New file, copied from
gettext-tools/examples/hello-c/po/Makevars.
* gettext-tools/examples/hello-c-http/po/LINGUAS: New file, copied from
gettext-tools/examples/hello-c/po/LINGUAS.
* gettext-tools/examples/Makefile.am (EXAMPLESFILES, EXAMPLESDIRS): Add
hello-c-http.
* gettext-tools/examples/po/Makefile.am (POTFILES, SMALLPOTS): Update for
hello-c-http.
(hello-c-http.pot): New target.
(SMALLPOFILES_FOR_lang): Update for hello-c-http.
($(srcdir)/../hello-c-http/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-c-http as well.
* gettext-tools/examples/README: Mention hello-c-http.
* NEWS: Likewise.
15 files changed:
NEWS
gettext-tools/examples/Makefile.am
gettext-tools/examples/README
gettext-tools/examples/check-examples
gettext-tools/examples/hello-c-http/INSTALL [new file with mode: 0644]
gettext-tools/examples/hello-c-http/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-c-http/autoclean.sh [new file with mode: 0755]
gettext-tools/examples/hello-c-http/autogen.sh [new file with mode: 0755]
gettext-tools/examples/hello-c-http/configure.ac [new file with mode: 0644]
gettext-tools/examples/hello-c-http/hello-server.c [new file with mode: 0644]
gettext-tools/examples/hello-c-http/m4/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-c-http/po/LINGUAS [new file with mode: 0644]
gettext-tools/examples/hello-c-http/po/Makevars [new file with mode: 0644]
gettext-tools/examples/hello-c-http/po/POTFILES.in [new file with mode: 0644]
gettext-tools/examples/po/Makefile.am