Pass _BRANCH in the reldoc target to ensure the correct
src branch is used when generating the hardware.html page. MFC after: 3 days MFC before: 12.0-BETA3 MFC with: r339873 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
05f4a5217f
commit
024cdacaea
@ -174,6 +174,7 @@ reldoc:
|
||||
cd ${DOCDIR}/en_US.ISO8859-1/htdocs/releases/${REVISION}R && \
|
||||
env MAN4DIR=${WORLDDIR}/share/man/man4 \
|
||||
SVN=${SVN} \
|
||||
_BRANCH=${BRANCH} \
|
||||
${MAKE} all install clean "FORMATS=html txt" \
|
||||
INSTALL_COMPRESSED='' URLS_ABSOLUTE=YES DOCDIR=${.OBJDIR}/rdoc \
|
||||
WEBDIR=${DOCDIR} DESTDIR=${.OBJDIR}/rdoc
|
||||
|
Loading…
Reference in New Issue
Block a user