]> git.ipfire.org Git - thirdparty/gettext.git/commit
examples: Add hello-ocaml example.
authorBruno Haible <bruno@clisp.org>
Mon, 28 Jul 2025 08:22:43 +0000 (10:22 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 28 Jul 2025 10:53:21 +0000 (12:53 +0200)
commit4e4b995657d03984bac9ab96873b9d4070664a5a
treef5f6f0a44609becb58e8aacdce6b7112e6053bb5
parent8a1197f724a307583ede5e78f2df4a674866397e
examples: Add hello-ocaml example.

* gettext-tools/examples/hello-ocaml/INSTALL: New file.
* gettext-tools/examples/hello-ocaml/autogen.sh: New file.
* gettext-tools/examples/hello-ocaml/autoclean.sh: New file.
* gettext-tools/examples/hello-ocaml/dune.in: New file.
* gettext-tools/examples/hello-ocaml/dune-project.in: New file.
* gettext-tools/examples/hello-ocaml/hello.ml.in: New file.
* gettext-tools/examples/hello-ocaml/Makefile.am: New file.
* gettext-tools/examples/hello-ocaml/configure.ac: New file.
* gettext-tools/examples/hello-ocaml/m4/Makefile.am: New file.
* gettext-tools/examples/hello-ocaml/po/LINGUAS: New file.
* gettext-tools/examples/hello-ocaml/po/Makefile.am: New file.
* gettext-tools/examples/Makefile.am (EXAMPLESFILES, EXAMPLESDIRS): Add
hello-ocaml.
* gettext-tools/examples/po/Makefile.am (POTFILES, SMALLPOTS): Update for
hello-ocaml.
(hello-ocaml.pot): New target.
(SMALLPOFILES_FOR_lang): Update for hello-ocaml.
($(srcdir)/../hello-ocaml/po/$(LL).po): New rule.
* gettext-tools/examples/check-examples (func_check__hello_ocaml): New function.
* gettext-tools/examples/README: Mention hello-ocaml.
* gettext-tools/doc/lang-ocaml.texi: Likewise.
* NEWS: Likewise.
17 files changed:
NEWS
gettext-tools/doc/lang-ocaml.texi
gettext-tools/examples/Makefile.am
gettext-tools/examples/README
gettext-tools/examples/check-examples
gettext-tools/examples/hello-ocaml/INSTALL [new file with mode: 0644]
gettext-tools/examples/hello-ocaml/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-ocaml/autoclean.sh [new file with mode: 0755]
gettext-tools/examples/hello-ocaml/autogen.sh [new file with mode: 0755]
gettext-tools/examples/hello-ocaml/configure.ac [new file with mode: 0644]
gettext-tools/examples/hello-ocaml/dune-project.in [new file with mode: 0644]
gettext-tools/examples/hello-ocaml/dune.in [new file with mode: 0644]
gettext-tools/examples/hello-ocaml/hello.ml.in [new file with mode: 0644]
gettext-tools/examples/hello-ocaml/m4/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-ocaml/po/LINGUAS [new file with mode: 0644]
gettext-tools/examples/hello-ocaml/po/Makefile.am [new file with mode: 0644]
gettext-tools/examples/po/Makefile.am