Update Studio Integration blob and scripts to add a menu item for the local help.

pull/1469/head
Dean Camera 12 years ago
parent 61d1be0cb2
commit 4bfd45b484

@ -38,7 +38,6 @@ VSIX_ASSETS := $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png \
VSIX/LUFAHelpMenu.png \
VSIX/NewExampleWizard.png \
VSIX/GettingStarted.htm \
Blob/Atmel.Studio.Services.Interfaces.dll \
Blob/LUFA.dll \
Blob/LUFA.pkgdef
MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \
@ -46,6 +45,9 @@ MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \
--stringparam chunk.section.depth "3" \
--stringparam chunk.first.sections "1" \
--stringparam chapter.autolabel "0" \
--stringparam product.name "LUFA" \
--stringparam product.version "$(LUFA_VERSION_NUM)" \
--stringparam root.filename "LUFA" \
--stringparam html.stylesheet "lufa_studio_help_styling.css"
all: generate_xml check_filenames generate_vsix

Loading…
Cancel
Save