Update for (in-progress) Atmel Studio 7 support, via new integration DLL and help content fixes.

This commit is contained in:
Dean Camera
2015-10-02 11:50:02 +10:00
parent 815a29c7b2
commit 2fa6cbdb10
4 changed files with 11 additions and 3 deletions
@@ -25,6 +25,16 @@
</xsl:template>
<!-- Update the LUFA help package file name -->
<xsl:template match="xhtml:div[@class='package']/xhtml:span">
<xsl:copy>
<xsl:copy-of select="@class"/>
<xsl:text>lufa_help_</xsl:text>
<xsl:value-of select="$extension-version"/>
<xsl:text>.mshc</xsl:text>
</xsl:copy>
</xsl:template>
<xsl:template match="xhtml:div[@class='package']/xhtml:a">
<xsl:copy>
<xsl:copy-of select="@class"/>