aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>1998-09-15 13:15:18 +0000
committerJohn Hay <jhay@FreeBSD.org>1998-09-15 13:15:18 +0000
commitd6c7028c12888c7e9ee03a17d5d6d28b848a9c01 (patch)
tree83412c1de49fd0134321c2abe822cfb04c2fbf35 /release
parent02a1dfdc965938565844a97f4ac273fb877bae24 (diff)
downloadsrc-d6c7028c12888c7e9ee03a17d5d6d28b848a9c01.tar.gz
src-d6c7028c12888c7e9ee03a17d5d6d28b848a9c01.zip
Comment out NODOC and NOPORTS again. It got uncommented by mistake a few
days ago.
Notes
Notes: svn path=/head/; revision=39273
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index da6dbb259471..f2b8acd2a564 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.384 1998/09/14 18:42:59 jkh Exp $
+# $Id: Makefile,v 1.385 1998/09/15 10:24:23 gibbs Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -37,8 +37,8 @@ OBJFORMAT?= elf
# 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
-NOPORTS= YES
+#NODOC= YES
+#NOPORTS= YES
# Comment the following if you want the release documentation to be
# in English only.
ALLLANG= yes