mirror of https://git.FreeBSD.org/doc.git
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
This commit is contained in:
parent
cccb079693
commit
a1b15403b1
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue