summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg.xsl b/xorg.xsl
index 0adcdf1..6184b4e 100644
--- a/xorg.xsl
+++ b/xorg.xsl
@@ -40,4 +40,10 @@ DEALINGS IN THE SOFTWARE.
<!-- Index links should point to indexterm location, not start of section -->
<xsl:param name="index.links.to.section" select="0"/>
+
+ <!--
+ Speed up ps & pdf creation by not creating pages with "draft" image,
+ thus not needing to wait for http fetch of draft.png from docbook website.
+ -->
+ <xsl:param name="draft.mode" select="no"/>
</xsl:stylesheet>