Fix a couple of botched pathnames.

This commit is contained in:
Bruce A. Mah 2002-06-28 05:04:42 +00:00
parent 97c199a0ba
commit 890b56fc07
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13502

View file

@ -77,8 +77,8 @@ release.1:
.if make(release)
${RM} -rf ${DOCROOTDIR}
${MKDIR} ${DOCROOTDIR}
${MKDIR} ${DOCOBJDIR}/obj
find ${DOC_PREFIX} -type d -a \! -name CVS | sed -e s,^,${DOCOBJDIR}/obj, | xargs ${MKDIR}
${MKDIR} ${DOCOBJDIR}
find ${DOC_PREFIX} -type d -a \! -name CVS | sed -e s,^,${DOCOBJDIR}, | xargs ${MKDIR}
${MKDIR} ${DOCSTAGEDIR}
.endif
# Build documents in the obj area.