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:
Nik Clayton 1999-03-27 16:02:04 +00:00
parent d5477a461b
commit fa93788041
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45061

View File

@ -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