diff options
Diffstat (limited to 'docs/xslt/extract-smbfiles.xsl')
-rw-r--r-- | docs/xslt/extract-smbfiles.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/extract-smbfiles.xsl b/docs/xslt/extract-smbfiles.xsl index 1533980145..88ca50ec33 100644 --- a/docs/xslt/extract-smbfiles.xsl +++ b/docs/xslt/extract-smbfiles.xsl @@ -21,7 +21,7 @@ <xsl:apply-templates/> </xsl:variable> <!-- Now put varlistentry into separate file _if_ it has anchor associated with it --> - <xsl:variable name="filename"><xsl:text>examples/</xsl:text><xsl:value-of select="@name"/></xsl:variable> + <xsl:variable name="filename"><xsl:text>output/examples/</xsl:text><xsl:value-of select="@name"/></xsl:variable> <!-- Debug message for an operator, just to show progress of processing :) --> <xsl:message> <xsl:text>Writing </xsl:text> |