diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-08-05 01:28:00 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-08-05 01:28:00 +0000 |
| commit | 85486998bebac36e27eecffaceee54368b82c413 (patch) | |
| tree | b9b551c1b15ad3592a01c9ccff3022b316888cb6 | |
| parent | 2e24bd94b19e33a6ec6e906f5538f3af4234ab01 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 23128b4ea151..939de2fa2731 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.500 1999/07/31 19:15:29 jkh Exp $ +# $Id: Makefile,v 1.501 1999/08/04 17:30:00 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. |
