MFH: r466242
Bump xsltproc maxdepth, it is required with new version of xsltproc The same has been comitted in the doc repository by blackend@ already
This commit is contained in:
parent
5ef7f2f344
commit
f5d4d14a63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=466243
11
misc/freebsd-doc-en/files/patch-share_mk_doc.docbook.mk
Normal file
11
misc/freebsd-doc-en/files/patch-share_mk_doc.docbook.mk
Normal file
@ -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}
|
Loading…
Reference in New Issue
Block a user