- Really fix profiling
This commit is contained in:
parent
561270fafd
commit
c7e8c2a60b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=43121
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ ${DOC}.parsed.xml: ${SRCS}
|
|||
${XMLLINT} --nonet --noent --valid --dropdtd --xinclude ${MASTERDOC} > ${.TARGET}.tmp
|
||||
.if defined(PROFILING)
|
||||
@${ECHO} "==> Profiling"
|
||||
${XSLTPROC} ${PROFILING} ${XSLPROF} ${.TARGET}.tmp > ${.TARGET}
|
||||
${XSLTPROC} ${PROFILING} ${XSLPROF} ${.TARGET}.tmp > ${DOC}.parsed.print.xml
|
||||
.else
|
||||
${SED} 's|@@URL_RELPREFIX@@|http://www.FreeBSD.org|g' < ${.TARGET}.tmp > ${DOC}.parsed.print.xml
|
||||
${SED} 's|@@URL_RELPREFIX@@|../../../..|g' < ${.TARGET}.tmp > ${.TARGET}
|
||||
|
|
Loading…
Reference in a new issue