- From: Cameron McCormack <cam@mcc.id.au>
- Date: Thu, 17 May 2012 17:58:32 +1000
- To: SVG WG <public-svg-wg@w3.org>
One other change: Normally, when building the spec locally it will link to a style sheet on the W3C's server. This can be annoying when doing some spec work away from the network (like when you're on a plane). Now you can set an environment variable, SVG_BUILD_LOCAL_STYLE_SHEETS, which will cause the build scripts to link to a local copy of the W3C TR style sheet. Use it like this: $ SVG_BUILD_LOCAL_STYLE_SHEETS=1 $ make ... and then all subsequent makes in that terminal session will link to the local version of the style sheet.
Received on Thursday, 17 May 2012 07:59:09 UTC