From: Sandro Santilli Date: Wed, 29 Feb 2012 09:51:26 +0000 (+0000) Subject: Add support for a user-defined XSLTPROCFLAGS variable to append X-Git-Tag: 2.0.0beta1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=259dfcd09627bbb597fd4ba4b572103ca39e4936;p=postgis Add support for a user-defined XSLTPROCFLAGS variable to append 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 --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 49e14d6df..f9496f289 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -31,7 +31,8 @@ XSLTPROC_COMMONOPTS= \ --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 \