Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default
Date
Msg-id 05500248-54a0-7bfa-3c94-539e79ce8c1f@2ndquadrant.com
Whole thread Raw
In response to Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default  (Erik Rijkers <er@xs4all.nl>)
Responses Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default  (Erik Rijkers <er@xs4all.nl>)
List pgsql-hackers
On 11/16/16 1:14 PM, Erik Rijkers wrote:
> real    5m21.348s  -- for 'make -j 8 html'
> versus
> real    1m8.502s   -- for 'make -j 8 oldhtml'
> 
> Centos 6.6 - I suppose it's getting a bit old, I don't know if that's 
> the cause of the discrepancy with other's measurements.

I tested the build on a variety of operating systems, including that
one, with different tool chain versions and I am getting consistent
performance.  So the above is unclear to me at the moment.

For the heck of it, run this

xsltproc --nonet --stringparam pg.version '10devel'  stylesheet.xsl
postgres.xml

to make sure it's not downloading something from the network.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default
Next
From: Peter Eisentraut
Date:
Subject: partial documentation builds