diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 09:47:28 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 09:47:28 +0000 |
commit | bbf4c16ad27d05d87a9c65978ad238502e10e0b2 (patch) | |
tree | 207059a82acc06949d0e7c72608759b7ef81a80d /release/Makefile | |
parent | 97fe7f477fc469b6a75596f47dc98a08e4ed3e13 (diff) | |
download | src-bbf4c16ad27d05d87a9c65978ad238502e10e0b2.tar.gz src-bbf4c16ad27d05d87a9c65978ad238502e10e0b2.zip |
Remove NODOC setting - time to figure out how to get this working again.
Notes
Notes:
svn path=/head/; revision=30114
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index fc8fce497a73..5ddc343e7ba4 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.328 1997/10/04 09:05:06 jkh Exp $ +# $Id: Makefile,v 1.329 1997/10/04 20:51:42 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -25,7 +25,7 @@ BUILDNAME?=${BASE}-${DATE}-SNAP # If this is a RELEASE, then set #RELEASETAG=RELENG_2_2 -NODOC= YES +#NODOC= YES # Things which without too much trouble can be considered variables # BIN_DISTS are special in that they get full /etc installation sets. |