]> granicus.if.org Git - postgis/commitdiff
Add support for a user-defined XSLTPROCFLAGS variable to append
authorSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 09:51:26 +0000 (09:51 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 09:51:26 +0000 (09:51 +0000)
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

doc/Makefile.in

index 49e14d6df9ec87676fac43ec9b4b207bde82eb7f..f9496f289c54cea75adac84bdd49b7d599e11d71 100644 (file)
@@ -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 \