svn commit: r51528 - head/share/mk
Marc Fonvieille <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: blackend Date: Mon Apr 2 12:45:43 2018 New Revision: 51528 URL: https://svnweb.freebsd.org/changeset/doc/51528 Log: Update maxdepth from 6000 to 12000 [1]. This should fix the doc related ports build on FreeBSD 11.X. PR: 225287 Submitted by: Keren Sky <[email protected]> Obtained from: Kenji Rikitake <[email protected]> [1] Modified: head/share/mk/doc.docbook.mk Modified: head/share/mk/doc.docbook.mk ============================================================================== --- head/share/mk/doc.docbook.mk Sun Apr 1 13:50:35 2018 (r51527) +++ head/share/mk/doc.docbook.mk Mon Apr 2 12:45:43 2018 (r51528) @@ -234,7 +234,7 @@ CLEANFILES+= ${DOC}.aux ${DOC}.dvi ${DOC}.log ${DOC}.o .if ${RENDERENGINE} == "fop" XSLTPROCOPTS+= --param img.src.path "'${IMGDIR}/'" XSLTPROCOPTS+= --param callout.graphics.path "'${CALLOUTDIR}/'" -XSLTPROCOPTS+= --maxdepth 6000 +XSLTPROCOPTS+= --maxdepth 12000 .endif .for _curimage in ${LOCAL_IMAGES_EPS:M*share*} CLEANFILES+= ${_curimage:T} ${_curimage:H:T}/${_curimage:T} _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"