mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Bump xsltproc maxdepth, it is required with new version of xsltproc
The same has been comitted in the doc repository by blackend@ already MFH: 2018Q2
This commit is contained in:
parent
f7b646dc3c
commit
ea0a6fa8fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466242
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