[postgis-devel] XSLTPROCFLAGS - empty vs undefined

Sandro Santilli strk at keybit.net
Sun Apr 8 08:22:41 PDT 2012


On Sun, Apr 08, 2012 at 11:13:20AM -0400, Greg Troxel wrote:
> I'm packaging 2.0 for pkgsrc, and having two small issues.
> (One is the lack of a single target to build main and docs; more later
> on that.)
> 
> in doc/Makefile.in, there is this code:
> 
> ifeq ($(XSLTPROCFLAGS),)
>         XSLTPROCFLAGS=--nonet
> endif
> 
> to set --nonet (which is indeed conceptually right), but I'm trying to
> avoid it right now because the mathml dtd is not packaged (probably
> because of this default-to-download bug in xsltproc).
> 
> If the environment has "XSLTPROCFLAGS=", resulting in $XSLTPROCFLAGS
> being empty, as opposed to undefined, --nonet is still added.

I tought I successfully tested:

 make html XSLTPROCFLAGS=

Did you ?

You could also try XSLTPROCFLAGS=--timing (for a less verbose approach)

--strk;

  ,------o-. 
  |   __/  |    Delivering high quality PostGIS 2.0 !
  |  / 2.0 |    http://strk.keybit.net - http://vizzuality.com
  `-o------'




More information about the postgis-devel mailing list