]> granicus.if.org Git - docbook-dsssl/commitdiff
Made some further adjustments to cause slides/fo and
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 5 Mar 2007 10:46:21 +0000 (10:46 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 5 Mar 2007 10:46:21 +0000 (10:46 +0000)
slides/html param builds to work correctly.

xsl/slides/Makefile
xsl/slides/fo/plain.xsl
xsl/slides/html/slides-common.xsl

index ea3fef6434638237ba72fecbc064ce5115761ba8..d22ede6cfcf6d67c0d7f38c14a08c099a8139a94 100644 (file)
@@ -1,6 +1,6 @@
 include ../../buildtools/Makefile.incl
 
-DIRS = fo xhtml
+DIRS = fo html xhtml
 
 base:
        for i in $(DIRS) __bogus__; do \
index 0ed58963028b64c899a82f13a039b21557d935fc..73da3ad8afb8da2590171d745b561dc8886b2716 100644 (file)
@@ -5,7 +5,7 @@
                 version="1.0">
 
 <xsl:import href="../../fo/docbook.xsl"/>
-<xsl:import href="../param.xsl"/>
+<xsl:import href="param.xsl"/>
 
 <xsl:param name="alignment" select="'start'"/>
 
index 3c8309dc3339cd814ea73f14c2186cc8df5c2736..99a83edba74cec81efbd004147e7d8e753a999ae 100644 (file)
@@ -5,7 +5,7 @@
 <xsl:import href="../../html/chunk.xsl"/>
 <xsl:include href="../../VERSION"/>
 
-<xsl:include href="../param.xsl"/>
+<xsl:include href="param.xsl"/>
 <xsl:include href="jscript.xsl"/>
 <xsl:include href="graphics.xsl"/>
 <xsl:include href="css.xsl"/>