aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-13 18:22:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-13 18:22:05 +0000
commit7eaf3d18d268574a5805c362cf853f0fb1f1df23 (patch)
tree98a66bdfe701ad6dee5c58fc8259343c7c93cbb5
parent397d77cb44fe3c8cbdc9113f02d9a6a2b8c836fd (diff)
downloadlufa-7eaf3d18d268574a5805c362cf853f0fb1f1df23.tar.gz
lufa-7eaf3d18d268574a5805c362cf853f0fb1f1df23.tar.bz2
lufa-7eaf3d18d268574a5805c362cf853f0fb1f1df23.zip
Offline help is currently ignored in AS6 extensions - reduce extension size by omitting it from the generated extension VSIX.
-rw-r--r--LUFA/Doxygen.conf1
-rw-r--r--LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt6
-rw-r--r--LUFA/StudioIntegration/lufa.xml5
-rw-r--r--LUFA/StudioIntegration/makefile2
4 files changed, 2 insertions, 12 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf
index 26745841c..38dbcd0af 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -712,6 +712,7 @@ RECURSIVE = YES
# run.
EXCLUDE = Documentation/ \
+ StudioIntegration/ \
License.txt
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
diff --git a/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
index e3a0329ea..65ff2f0b0 100644
--- a/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
+++ b/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
@@ -54,12 +54,6 @@
<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>
diff --git a/LUFA/StudioIntegration/lufa.xml b/LUFA/StudioIntegration/lufa.xml
index 6cf1fbb0b..e504164b1 100644
--- a/LUFA/StudioIntegration/lufa.xml
+++ b/LUFA/StudioIntegration/lufa.xml
@@ -22,11 +22,6 @@
<module-help-page scheme="append" baseurl="http://www.lufa-lib.org/documentation/"/>
<module-guide-page scheme="append" baseurl="http://www.lufa-lib.org/documentation/"/>
</online-help>
- <offline-help>
- <index-page caption="LUFA Documentation" path="Documentation/html/"/>
- <module-help-page scheme="append" basepath="Documentation/html/"/>
- <module-guide-page scheme="append" basepath="Documentation/html/"/>
- </offline-help>
<dependencies/>
</extension>
</fdk>
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile
index a9d8a4afc..55efdcd94 100644
--- a/LUFA/StudioIntegration/makefile
+++ b/LUFA/StudioIntegration/makefile
@@ -55,7 +55,7 @@ generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
@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