# run.
EXCLUDE = Documentation/ \
+ StudioIntegration/ \
License.txt
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
<xsl:value-of select="$filename"/>
</xsl:attribute>
</build>
-
- <build type="offline-help" subtype="module-help-page-append">
- <xsl:attribute name="value">
- <xsl:value-of select="$filename"/>
- </xsl:attribute>
- </build>
</xsl:template>
</xsl:stylesheet>
<module-help-page scheme="append" baseurl="http://www.lufa-lib.org/documentation/"/>\r
<module-guide-page scheme="append" baseurl="http://www.lufa-lib.org/documentation/"/>\r
</online-help>\r
- <offline-help>\r
- <index-page caption="LUFA Documentation" path="Documentation/html/"/>\r
- <module-help-page scheme="append" basepath="Documentation/html/"/>\r
- <module-guide-page scheme="append" basepath="Documentation/html/"/>\r
- </offline-help>\r
<dependencies/>\r
</extension>\r
</fdk>\r
@python generate_caches.py $(LUFA_ROOT)/../
@echo "Archiving Content..."
- @cd $(LUFA_ROOT)/../ && zip contents.zip -q -9 -r --exclude=*$(notdir $(DOXYGEN_TAG_FILE_XML)) --exclude=*StudioIntegration* LUFA Bootloaders Demos Projects extension.xml README.txt
+ @cd $(LUFA_ROOT)/../ && zip contents.zip -q -9 -r --exclude=*Documentation* --exclude=*StudioIntegration* LUFA Bootloaders Demos Projects extension.xml README.txt
@echo "Creating VSIX Dependencies..."
@cp $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png $(LUFA_ROOT)/../PreviewThumb.png