diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-18 05:13:01 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-18 05:13:01 +0000 |
| commit | 2f33209270c49a896023d6c4a7ee241a0b033808 (patch) | |
| tree | d5ed31d58c19c5082d8c6157bdec62345cfa4921 /release | |
| parent | b5c6d4c55567d93396c1c55722c7a19976ed75bf (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile index bc3a2643d237..2dde080a553a 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.434 1998/12/08 00:14:51 jkh Exp $ +# $Id: Makefile,v 1.435 1998/12/09 15:11:11 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -41,9 +41,8 @@ OBJFORMAT?= elf #NOPORTS= YES # Comment the following if you want the release documentation to be # in English only. -ALLLANG= yes -DOCPORTS= archivers/unzip textproc/jade textproc/iso8879 \ - textproc/linuxdoc textproc/docbook textproc/sgmlformat +ALLLANG= yes +DOCPORTS= textproc/docproj DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \ INSTALL.TXT RELNOTES.TXT TROUBLE.TXT UPGRADE.TXT |
