Make docs go to the right place finally.

This commit is contained in:
Jordan K. Hubbard 1997-06-21 19:39:48 +00:00
parent c8f8a520f6
commit 322142b38c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26774

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.300 1997/06/21 15:41:55 jkh Exp $
# $Id: Makefile,v 1.301 1997/06/21 15:45:51 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@ -195,7 +195,7 @@ rerelease release:
echo "make all install" >> ${CHROOTDIR}/mk
.endif
.if !defined(NODOC)
echo "cd /usr/doc && make all install" >> ${CHROOTDIR}/mk
echo "cd /usr/doc && make all distribute DISTDIR=/R/stage/trees" >> ${CHROOTDIR}/mk
.endif
echo "cd /usr/src/release/sysinstall" >> ${CHROOTDIR}/mk
echo "make obj" >> ${CHROOTDIR}/mk