diff options
author | jkh <jkh@FreeBSD.org> | 1998-12-24 08:55:05 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-12-24 08:55:05 +0000 |
commit | 702523f65782da1073730c3a05ac204974a02ce3 (patch) | |
tree | 269b0fb90159427439d7cdbd784c847540de1a72 /release | |
parent | e20489fd39f80eb7d4a3fd6aed9c9440a16e18b9 (diff) | |
download | FreeBSD-src-702523f65782da1073730c3a05ac204974a02ce3.zip FreeBSD-src-702523f65782da1073730c3a05ac204974a02ce3.tar.gz |
Turn off NODOC again; apparently this problem was fixed.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 569f487..b12f1ee 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.437 1998/12/21 17:34:33 jkh Exp $ +# $Id: Makefile,v 1.438 1998/12/24 04:28:25 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -37,7 +37,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. |