Clean up doc bootstrap ports afterwards.

Small stylistic cleanup.
This commit is contained in:
Jordan K. Hubbard 1998-01-24 07:30:55 +00:00
parent 55bcdaeda5
commit b59d8897c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32731

View File

@ -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.