diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-24 07:30:55 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-24 07:30:55 +0000 |
| commit | b59d8897c6786c4b2b07d7804ec85057536329ae (patch) | |
| tree | 81b9be2affd732b610a6b0a14bca548578203266 /release | |
| parent | 55bcdaeda56ed49a8b19bf2e49f241a860ba268c (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index bb1a869f21e4..040c6045e896 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.334 1998/01/19 16:10:51 jkh Exp $ +# $Id: Makefile,v 1.335 1998/01/23 20:15:54 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -531,7 +531,9 @@ cdrom.1: .endif doc.1: - for i in ${DOCPORTS}; do (cd /usr/ports/$$i; make all install); done + for i in ${DOCPORTS}; do \ + (cd /usr/ports/$$i; make all install clean); \ + done cd /usr/doc && make all distribute DISTDIR=${RD}/trees # Various "subroutine" and other supporting targets. |
