aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-08-04 17:30:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-08-04 17:30:00 +0000
commitf37f110dcbdff7631d65f77a297bcb012259670e (patch)
tree3f09ec173738a653fbda6ec64cef46bbb1fe3374
parente4484d02adcfa92d9d0780f201bd3cd7ae83dd34 (diff)
Notes
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index bfbc215c8794c..23128b4ea1513 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.499 1999/07/20 05:00:00 jkh Exp $
+# $Id: Makefile,v 1.500 1999/07/31 19:15:29 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -48,7 +48,7 @@ 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
+NODOC= YES
#NOPORTS= YES
# Comment the following if you want the release documentation to be
# in English only.