diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-07-05 16:06:47 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-07-05 16:06:47 +0200 |
| commit | e343ff040092cd3428f7d35423add6fdb2939f53 (patch) | |
| tree | 367dc0f77a320197e9ccbcfc24aa307829109c91 /doc | |
| parent | 9e068cc03bfacbbcd199f3618fcf360df3f368e0 (diff) | |
build: Do not attempt to build Tamil translation of the Cookbook.
This is a followup to 2a53bb66807bd874bb974e2089968dcbde3c8aa0, which removed
said translation.
* doc/local.mk (COOKBOOK_LANGUAGES): Remove ‘ta’.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk index 07a1d73f83d..aa84759645a 100644 --- a/doc/local.mk +++ b/doc/local.mk | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | # If adding a language, update the following variables, and info_TEXINFOS. | 27 | # If adding a language, update the following variables, and info_TEXINFOS. |
| 28 | MANUAL_LANGUAGES = de es fr it pt_BR ru zh_CN | 28 | MANUAL_LANGUAGES = de es fr it pt_BR ru zh_CN |
| 29 | COOKBOOK_LANGUAGES = de es fr it ko pt_BR ru sk sv ta zh_CN | 29 | COOKBOOK_LANGUAGES = de es fr it ko pt_BR ru sk sv zh_CN |
| 30 | 30 | ||
| 31 | # Arg1: A list of languages codes. | 31 | # Arg1: A list of languages codes. |
| 32 | # Arg2: The file name stem. | 32 | # Arg2: The file name stem. |
