summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-20 23:24:06 +0000
committerjkh <jkh@FreeBSD.org>1999-01-20 23:24:06 +0000
commitfad83bed8427d4bcc68f81e5cb07567c36ba624b (patch)
treea9f21f623d1cfb108440048143f52165dccbdd26 /release/Makefile
parent06f17a23da6897a692245676e37b80049256f0d4 (diff)
downloadFreeBSD-src-fad83bed8427d4bcc68f81e5cb07567c36ba624b.zip
FreeBSD-src-fad83bed8427d4bcc68f81e5cb07567c36ba624b.tar.gz
Set JADETEX=no on ports build line.
Prompted by: nik
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 8b804c1..77f7d68 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.458 1999/01/14 15:36:53 abial Exp $
+# $Id: Makefile,v 1.459 1999/01/16 22:42:24 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -535,7 +535,7 @@ cdrom.1:
doc.1:
@echo "Making docs..."
@for i in ${DOCPORTS}; do \
- cd /usr/ports/$$i && make all install clean FORCE_PKG_REGISTER=yes; \
+ cd /usr/ports/$$i && make all install clean JADETEX=no FORCE_PKG_REGISTER=yes; \
done
@cd /usr/doc && make all distribute DISTDIR=${RD}/trees
touch doc.1
OpenPOWER on IntegriCloud