Fix a couple of botched pathnames.
This commit is contained in:
parent
97c199a0ba
commit
890b56fc07
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13502
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue