Skip to content

Commit

Permalink
MFH: r466242
Browse files Browse the repository at this point in the history
Bump xsltproc maxdepth, it is required with new version of xsltproc
The same has been comitted in the doc repository by blackend@ already
  • Loading branch information
bapt committed Apr 2, 2018
1 parent 5ef7f2f commit f5d4d14
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions misc/freebsd-doc-en/files/patch-share_mk_doc.docbook.mk
@@ -0,0 +1,11 @@
--- share/mk/doc.docbook.mk.orig 2018-04-02 17:55:35 UTC
+++ share/mk/doc.docbook.mk
@@ -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}

0 comments on commit f5d4d14

Please sign in to comment.