diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-13 18:22:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-13 18:22:05 +0000 |
commit | 7eaf3d18d268574a5805c362cf853f0fb1f1df23 (patch) | |
tree | 98a66bdfe701ad6dee5c58fc8259343c7c93cbb5 /LUFA/StudioIntegration/makefile | |
parent | 397d77cb44fe3c8cbdc9113f02d9a6a2b8c836fd (diff) | |
download | lufa-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.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |