diff options
author | jkh <jkh@FreeBSD.org> | 1997-10-05 22:31:40 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-10-05 22:31:40 +0000 |
commit | a7fe67864a691010324c1eeacd7577f7939928ff (patch) | |
tree | 876a321a5d8605cfc8236e96844d8804ec841bc1 /release/Makefile | |
parent | 455f86d114a10ab4a94a8b51587a9006f07f0118 (diff) | |
download | FreeBSD-src-a7fe67864a691010324c1eeacd7577f7939928ff.zip FreeBSD-src-a7fe67864a691010324c1eeacd7577f7939928ff.tar.gz |
Turn NODOC back on - this is going to take a bit more work to get right.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 5ddc343..d7d5893 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.329 1997/10/04 20:51:42 jkh Exp $ +# $Id: Makefile,v 1.330 1997/10/05 09:47:28 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -25,7 +25,9 @@ BUILDNAME?=${BASE}-${DATE}-SNAP # If this is a RELEASE, then set #RELEASETAG=RELENG_2_2 -#NODOC= YES +# Leave this on for now until we figure out how to build proper +# docs in the chrootdir. +NODOC= YES # Things which without too much trouble can be considered variables # BIN_DISTS are special in that they get full /etc installation sets. |