diff options
author | joerg <joerg@FreeBSD.org> | 1995-12-31 17:10:05 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-12-31 17:10:05 +0000 |
commit | 443d34760332fc2099b3965f37fa69fda94912e9 (patch) | |
tree | 963b89e4c473b43f8bb930b38351cd30959d9982 /release/Makefile | |
parent | b25d0732bcb268611a2568e008d6cd037c632593 (diff) | |
download | FreeBSD-src-443d34760332fc2099b3965f37fa69fda94912e9.zip FreeBSD-src-443d34760332fc2099b3965f37fa69fda94912e9.tar.gz |
Hopefully the last bogons that prevented me from running a successful
`make release':
. the `doc' distribution was missing, so the FAQ and handbook files
couldn't be installed (Q: why did the psd etc. files install, only
that the dirs had the wrong ownership?)
. the crunched binaries do need now -lipx
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 ee6c04d..82c0e33 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.195 1995/12/07 10:32:51 peter Exp $ +# $Id: Makefile,v 1.196 1995/12/30 21:15:45 joerg Exp $ # # How to roll a release: # @@ -18,7 +18,7 @@ BUILDNAME=2.2-current # Things which without too much trouble can be considered variables -EXPORT_DISTS= games manpages proflibs dict info +EXPORT_DISTS= games manpages proflibs dict info doc EXTRA_DISTS= krb des ${EXPORT_DISTS} ALL_DISTS= bin ${EXTRA_DISTS} |