aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-06 13:41:03 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-06 13:41:03 +0000
commitc50072c3c4e732cc63599790f869feddab3c7595 (patch)
tree77fa579f004eb41b8aa0572e87333b2519744f7f /LUFA/StudioIntegration/makefile
parent1da700e4fb656331ab2f206ff443909f66487e2e (diff)
downloadlufa-c50072c3c4e732cc63599790f869feddab3c7595.tar.gz
lufa-c50072c3c4e732cc63599790f869feddab3c7595.tar.bz2
lufa-c50072c3c4e732cc63599790f869feddab3c7595.zip
Use nicer LUFA documentation links in the VSIX extension, rather than direct FourWalledCubicle links.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r--LUFA/StudioIntegration/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile
index 262923ae9..0d481089a 100644
--- a/LUFA/StudioIntegration/makefile
+++ b/LUFA/StudioIntegration/makefile
@@ -46,10 +46,12 @@ generate_xml: $(TEMP_MANIFEST_XML)
@xsltproc XSLT/lufa_extension_transform.xslt $< | xsltproc XSLT/lufa_indent_transform.xslt - > $(EXTENSION_OUTPUT_XML)
@echo "Atmel Studio extension.xml file generated."
+ @rm $(TEMP_MANIFEST_XML)
+
generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
@echo "Creating VSIX Dependencies..."
@cp "VSIX/[Content_Types].xml" $(LUFA_ROOT)/../
- @xsltproc --stringparam extension-version $(EXT_VERSION_NUM) XSLT/lufa_vsmanifest_transform.xslt VSIX/extension.vsixmanifest > $(LUFA_ROOT)/../extension.vsixmanifest
+ @xsltproc --stringparam extension-version "$(EXT_VERSION_NUM)" XSLT/lufa_vsmanifest_transform.xslt VSIX/extension.vsixmanifest > $(LUFA_ROOT)/../extension.vsixmanifest
@echo "Generating Atmel Studio VSIX Extension file..."
@cd $(LUFA_ROOT)/../ && zip LUFA_AS_Extension.vsix -q -9 -r --exclude=*StudioIntegration* *
@@ -62,4 +64,4 @@ check_filenames: $(TEMP_MANIFEST_XML)
fi; \
done;
-.PHONY: all clean check_filenames generate_xml \ No newline at end of file
+.PHONY: all clean generate_xml generate_vsix check_filenames \ No newline at end of file