Add languages to site.mk
This commit is contained in:
parent
0516adc141
commit
df741249c5
3
site.mk
3
site.mk
|
@ -27,6 +27,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
DEFAULT_GLUON_RELEASE := 0.5~testing5-nightly$(shell date '+%Y%m%d')
|
DEFAULT_GLUON_RELEASE := 0.5~testing5-nightly$(shell date '+%Y%m%d')
|
||||||
DEFAULT_GLUON_PRIORITY := 0
|
DEFAULT_GLUON_PRIORITY := 0
|
||||||
|
|
||||||
# Allow overriding the release number from the command line
|
# Allow overriding the release number and languages from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||||
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
||||||
|
GLUON_LANGS ?= en de
|
||||||
|
|
Loading…
Reference in New Issue