projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
397d77c
)
Offline help is currently ignored in AS6 extensions - reduce extension size by omitti...
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 13 Jan 2013 18:22:05 +0000
(18:22 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 13 Jan 2013 18:22:05 +0000
(18:22 +0000)
LUFA/Doxygen.conf
patch
|
blob
|
blame
|
history
LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
patch
|
blob
|
blame
|
history
LUFA/StudioIntegration/lufa.xml
patch
|
blob
|
blame
|
history
LUFA/StudioIntegration/makefile
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Doxygen.conf
b/LUFA/Doxygen.conf
index
2674584
..
38dbcd0
100644
(file)
--- a/
LUFA/Doxygen.conf
+++ b/
LUFA/Doxygen.conf
@@
-712,6
+712,7
@@
RECURSIVE = YES
# run.
EXCLUDE = Documentation/ \
# run.
EXCLUDE = Documentation/ \
+ StudioIntegration/ \
License.txt
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
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
e3a0329
..
65ff2f0
100644
(file)
--- 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>
<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>
</xsl:template>
</xsl:stylesheet>
diff --git
a/LUFA/StudioIntegration/lufa.xml
b/LUFA/StudioIntegration/lufa.xml
index
6cf1fbb
..
e504164
100644
(file)
--- 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/"/>
\r
<module-guide-page scheme="append" baseurl="http://www.lufa-lib.org/documentation/"/>
\r
</online-help>
\r
<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
<dependencies/>
\r
</extension>
\r
</fdk>
\r
diff --git
a/LUFA/StudioIntegration/makefile
b/LUFA/StudioIntegration/makefile
index
a9d8a4a
..
55efdcd
100644
(file)
--- 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..."
@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
@echo "Creating VSIX Dependencies..."
@cp $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png $(LUFA_ROOT)/../PreviewThumb.png