Example: make -C doc html XSLTPROCFLAGS=--nonet
Still defaults to allow net access, I couldn't find an option to
override --nonet with its contraty...
git-svn-id: http://svn.osgeo.org/postgis/trunk@9343
b70326c6-7e19-0410-871a-
916f4a2858ee
--param admon.textlabel 0 \
--param simplesect.in.toc 0 \
--param use.id.as.filename 1 \
- --param chunk.quietly 1
+ --param chunk.quietly 1 \
+ $(XSLTPROCFLAGS)
XSLTPROC_HTMLOPTS= \
--stringparam html.stylesheet style.css \