diff options
author | gemmaro <gemmaro.dev@gmail.com> | 2024-04-14 16:18:52 +0900 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-06-03 00:27:11 +0200 |
commit | f65bd477b0c7f58004a810cc9ba5f29bc231ee35 (patch) | |
tree | e12d595ad7d37ee5b27572ff5b3ffc06f2f2e833 /configure.ac | |
parent | 2d4af5247057505956e841d396ec78af9f769837 (diff) |
build: Use the po4a command for the translation generation.
* configure.ac (Documentation translation): Remove the po4a-translate command.
This command has been replaced by the po4a command and are not used from
anywhere.
* doc/local.mk ($(srcdir)/%D%/guix.%.texi, $(srcdir)/%D%/guix-cookbook.%.texi)
($(srcdir)/%D%/contributing.%.texi): Use the po4a command instead of the
po4a-translate for the translation generation. This eliminates the warning of
po4a-translate; "po4a-translate is deprecated. The unified po4a(1) program is
more convenient and less error prone."
(PO4A_PARAMS): Remove the Texinfo format option. This option is specified in
the configuration file (po/doc/po4a.cfg).
(dummy_pot): Add a variable for the temporary POT file location.
Change-Id: I542b934c3c03b8701e9f86823191224f8b0ccf81
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7ef135c0a7..8a24a5cf0c 100644 --- a/configure.ac +++ b/configure.ac @@ -265,7 +265,6 @@ AM_MISSING_PROG([HELP2MAN], [help2man]) dnl Documentation translation. AM_MISSING_PROG([PO4A], [po4a]) -AM_MISSING_PROG([PO4A_TRANSLATE], [po4a-translate]) AC_MSG_CHECKING([if building from git]) if test -e .git; then |