Offline help is currently ignored in AS6 extensions - reduce extension size by omitti...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 13 Jan 2013 18:22:05 +0000 (18:22 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 13 Jan 2013 18:22:05 +0000 (18:22 +0000)
LUFA/Doxygen.conf
LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
LUFA/StudioIntegration/lufa.xml
LUFA/StudioIntegration/makefile

index 2674584..38dbcd0 100644 (file)
@@ -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
index e3a0329..65ff2f0 100644 (file)
                            <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>
index 6cf1fbb..e504164 100644 (file)
                                <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
index a9d8a4a..55efdcd 100644 (file)
@@ -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