git: a1b15403b1 - main - website/Makefile: Add 'ru' to ALL_LANGUAGES
Olivier Certner <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/doc/commit/?id=a1b15403b183ef93a8d052bfc01da1b42e12dabf commit a1b15403b183ef93a8d052bfc01da1b42e12dabf Author: Olivier Certner <[email protected]> AuthorDate: 2025-11-27 18:20:39 +0000 Commit: Olivier Certner <[email protected]> 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 @@ [email protected] # List of all languages we have content for -ALL_LANGUAGES= en zh-tw +ALL_LANGUAGES= en ru zh-tw LOCALBASE?= /usr/local