From c50072c3c4e732cc63599790f869feddab3c7595 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 6 Jan 2013 13:41:03 +0000 Subject: [PATCH] Use nicer LUFA documentation links in the VSIX extension, rather than direct FourWalledCubicle links. --- LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt | 2 +- LUFA/StudioIntegration/lufa.xml | 8 ++++---- LUFA/StudioIntegration/makefile | 6 ++++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt index a40176a8a6..0d57efaabb 100644 --- a/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt +++ b/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt @@ -49,7 +49,7 @@ - + diff --git a/LUFA/StudioIntegration/lufa.xml b/LUFA/StudioIntegration/lufa.xml index cb0f581723..8ab9483aff 100644 --- a/LUFA/StudioIntegration/lufa.xml +++ b/LUFA/StudioIntegration/lufa.xml @@ -18,12 +18,12 @@ - - - + + + - + diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 262923ae9a..0d481089ae 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