diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-11 15:57:45 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:17 -0500 |
commit | fedcbe8f083f67b3689327bceb9a578175eef625 (patch) | |
tree | a8403b50731b2fe2646d59d4e038e3e54f4d937b /docs/xslt/extract-smbfiles.xsl | |
parent | 2f5e431faf6f8552a706f7245b85bf06c48e4bf7 (diff) | |
download | samba-fedcbe8f083f67b3689327bceb9a578175eef625.tar.gz samba-fedcbe8f083f67b3689327bceb9a578175eef625.tar.bz2 samba-fedcbe8f083f67b3689327bceb9a578175eef625.zip |
- Be a bit more verbose.
- Try some more possibilities when looking for 3.0 sources.
- Fix "make files"
(This used to be commit 0e33ad6b3b45a95868c64a80ff9e1e97ebe51c16)
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> |