summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-06-06 04:39:42 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-06-06 04:39:42 +0000
commit676233ef27cfa8df5d7f4583e6b1712df907f024 (patch)
tree8f36c80885929c3318f604f02569bf0fb6b8ba40 /release/Makefile
parent2048f8ec6ce4916fa85a428ceab6faa3e6c1cbf4 (diff)
downloadFreeBSD-src-676233ef27cfa8df5d7f4583e6b1712df907f024.zip
FreeBSD-src-676233ef27cfa8df5d7f4583e6b1712df907f024.tar.gz
-DALLLANG is now obsolete in "src/Makefile"; move to "src/release/Makefile".
PR: 6685
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index f392414..d712d15 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.352 1998/05/29 19:36:12 jkh Exp $
+# $Id: Makefile,v 1.353 1998/05/30 12:15:02 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -35,6 +35,9 @@ RELEASEPORTSMODULE?= ports
# Uncomment this to disable the doc.1 target. It is also an ERROR
# to set NOPORTS and not set NODOC since docs depend on ports.
#NODOC= YES
+# Comment the following if you want the release documentation to be
+# in English only.
+ALLLANG= yes
DOCPORTS= archivers/unzip lang/perl5 textproc/jade textproc/iso8879 \
textproc/linuxdoc textproc/docbook textproc/sgmlformat
@@ -196,6 +199,9 @@ rerelease release:
.if defined(NODOC)
echo "export NODOC=${NODOC}" >> ${CHROOTDIR}/mk
.endif
+.if defined(ALLLANG)
+ echo "export ALLLANG=${ALLLANG}" >> ${CHROOTDIR}/mk
+.endif
.if defined(NOSRC)
echo "export NOSRC=${NOSRC}" >> ${CHROOTDIR}/mk
.endif
OpenPOWER on IntegriCloud