projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix up broken Studio pseudo-board configuration module, add missing USB driver files.
[pub/USBasp.git]
/
LUFA
/
StudioIntegration
/
XSLT
/
lufa_extension_transform.xslt
diff --git
a/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
b/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
index
0d57efa
..
8cb4ea9
100644
(file)
--- a/
LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
+++ b/
LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
@@
-49,7
+49,7
@@
<!-- Update the extension online help URLs to the version of LUFA being
used -->
<!-- Update the extension online help URLs to the version of LUFA being
used -->
- <xsl:template match="online-help/*/@baseurl
| online-help/index-page/@url
">
+ <xsl:template match="online-help/*/@baseurl">
<xsl:attribute name="baseurl">
<xsl:value-of select="current()"/>
<xsl:value-of select="$lufa-version"/>
<xsl:attribute name="baseurl">
<xsl:value-of select="current()"/>
<xsl:value-of select="$lufa-version"/>
@@
-57,4
+57,12
@@
</xsl:attribute>
</xsl:template>
</xsl:attribute>
</xsl:template>
+ <xsl:template match="online-help/index-page/@url">
+ <xsl:attribute name="url">
+ <xsl:value-of select="current()"/>
+ <xsl:value-of select="$lufa-version"/>
+ <xsl:text>/html/</xsl:text>
+ </xsl:attribute>
+ </xsl:template>
+
</xsl:stylesheet>
</xsl:stylesheet>