docbook.sh: allow loading entities locally

This commit is contained in:
Pierre Pronchery 2023-11-23 17:31:22 +01:00
parent 4d3027123d
commit c3a472694c

View File

@ -37,8 +37,8 @@ FOP="fop"
INSTALL="install -m 0644"
MKDIR="mkdir -m 0755 -p"
RM="rm -f"
XMLLINT="xmllint --nonet --xinclude"
XSLTPROC="xsltproc --nonet --xinclude"
XMLLINT="xmllint --nonet --xinclude --path ${PWD}"
XSLTPROC="xsltproc --nonet --xinclude --path ${PWD}"
[ -f "$CONFIGSH" ] && . "$CONFIGSH"