summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-07-05 16:06:47 +0200
committerLudovic Courtès <ludo@gnu.org>2026-07-05 16:06:47 +0200
commite343ff040092cd3428f7d35423add6fdb2939f53 (patch)
tree367dc0f77a320197e9ccbcfc24aa307829109c91
parent9e068cc03bfacbbcd199f3618fcf360df3f368e0 (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’.
-rw-r--r--doc/local.mk2
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.
28MANUAL_LANGUAGES = de es fr it pt_BR ru zh_CN 28MANUAL_LANGUAGES = de es fr it pt_BR ru zh_CN
29COOKBOOK_LANGUAGES = de es fr it ko pt_BR ru sk sv ta zh_CN 29COOKBOOK_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.