git: a1b15403b1 - main - website/Makefile: Add 'ru' to ALL_LANGUAGES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Nov 2025 20:16:14 UTC
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/local