Date: Thu, 27 Nov 2025 20:16:14 +0000 From: Olivier Certner <olce@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: a1b15403b1 - main - website/Makefile: Add 'ru' to ALL_LANGUAGES Message-ID: <6928b18e.286b2.4fb6876d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/doc/commit/?id=a1b15403b183ef93a8d052bfc01da1b42e12dabf commit a1b15403b183ef93a8d052bfc01da1b42e12dabf Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-11-27 18:20:39 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-11-27 18:23:53 +0000 website/Makefile: Add 'ru' to ALL_LANGUAGES To reflect reality, so that we can actually exclude that language through DOC_LANG. This saves 26s of build on a relatively fast machine of mine. Sponsored by: The FreeBSD Foundation --- website/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Makefile b/website/Makefile index 23b71b1b36..d5b7f123c7 100644 --- a/website/Makefile +++ b/website/Makefile @@ -16,7 +16,7 @@ MAINTAINER=carlavilla@FreeBSD.org # List of all languages we have content for -ALL_LANGUAGES= en zh-tw +ALL_LANGUAGES= en ru zh-tw LOCALBASE?= /usr/localhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6928b18e.286b2.4fb6876d>
