If ALLLANG is not set then ensure that DOC_LANG=en is, so that
the English Handbook is built (it's not built by default any more).
This commit is contained in:
parent
336599fc90
commit
db044d396d
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.473 1999/03/10 03:50:38 jkh Exp $
|
||||
# $Id: Makefile,v 1.474 1999/03/14 20:41:12 markm Exp $
|
||||
#
|
||||
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
||||
#
|
||||
@ -212,6 +212,8 @@ rerelease release:
|
||||
.endif
|
||||
.if defined(ALLLANG)
|
||||
echo "export ALLLANG=${ALLLANG}" >> ${CHROOTDIR}/mk
|
||||
.else
|
||||
echo "export DOC_LANG=en" >> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(NOSRC)
|
||||
echo "export NOSRC=${NOSRC}" >> ${CHROOTDIR}/mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user