diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-18 12:43:33 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-18 12:43:33 -0800 |
commit | 92753d4b8d6b17ebc7a9b65680abd46648726393 (patch) | |
tree | d42ec9d02e628045542d62acc1bea4093d29f0aa | |
parent | 89fc38f2cf143bed1fe8c4a4972267b15c9aa467 (diff) |
doc: Use system fo docbool.xsl instead of network one
Instead of reading the master stylesheet from the network, just use
the one installed on the system.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | doc/xorg-fo.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xorg-fo.xsl b/doc/xorg-fo.xsl index 896fcb6c..26728d50 100644 --- a/doc/xorg-fo.xsl +++ b/doc/xorg-fo.xsl @@ -8,7 +8,7 @@ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> -<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/> +<xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl"/> <!-- Reference Pages HTML/FO Parameters --> |