]> granicus.if.org Git - postgis/commitdiff
Have XSLTPROCFLAGS default to --nonet
authorSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 10:08:37 +0000 (10:08 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 10:08:37 +0000 (10:08 +0000)
This way you can drop by redefining it as in: make XSLTPROCFLAGS=

git-svn-id: http://svn.osgeo.org/postgis/trunk@9344 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index f9496f289c54cea75adac84bdd49b7d599e11d71..fac4f09237f28a316b6b5fb8b0ef548920337026 100644 (file)
@@ -21,6 +21,14 @@ XSLTPROC=@XSLTPROC@
 XSLBASE=@XSLBASE@
 XMLLINT=@XMLLINT@
 
+# To allow network access use:
+#
+# make html XSLTPROCFLAGS=
+#
+ifeq ($(XSLTPROCFLAGS),)
+       XSLTPROCFLAGS=--nonet
+endif
+
 XSLTPROC_COMMONOPTS= \
        --param section.autolabel 1 \
        --param section.label.includes.component.label 1 \