Skip to content

Commit 419ee39

Browse files
committed
Set outputdir to "output/"
1 parent a1fbc3e commit 419ee39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docbuild/config/xml/data/convert-v6-to-v7.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<xsl:param name="use.xincludes" select="true()" />
3333

3434
<!-- Set the output directory -->
35-
<xsl:param name="outputdir" select="" />
35+
<xsl:param name="outputdir" select="'output/'" />
3636

3737
<!-- Set the schemaversion attribute in the output XML -->
3838
<xsl:param name="schemaversion">7.0</xsl:param>

0 commit comments

Comments
 (0)