Update Studio Integration blob and scripts to add a menu item for the local help.
This commit is contained in:
parent
61d1be0cb2
commit
4bfd45b484
3 changed files with 18 additions and 16 deletions
Binary file not shown.
Binary file not shown.
|
@ -38,7 +38,6 @@ VSIX_ASSETS := $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png \
|
||||||
VSIX/LUFAHelpMenu.png \
|
VSIX/LUFAHelpMenu.png \
|
||||||
VSIX/NewExampleWizard.png \
|
VSIX/NewExampleWizard.png \
|
||||||
VSIX/GettingStarted.htm \
|
VSIX/GettingStarted.htm \
|
||||||
Blob/Atmel.Studio.Services.Interfaces.dll \
|
|
||||||
Blob/LUFA.dll \
|
Blob/LUFA.dll \
|
||||||
Blob/LUFA.pkgdef
|
Blob/LUFA.pkgdef
|
||||||
MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \
|
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.section.depth "3" \
|
||||||
--stringparam chunk.first.sections "1" \
|
--stringparam chunk.first.sections "1" \
|
||||||
--stringparam chapter.autolabel "0" \
|
--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"
|
--stringparam html.stylesheet "lufa_studio_help_styling.css"
|
||||||
|
|
||||||
all: generate_xml check_filenames generate_vsix
|
all: generate_xml check_filenames generate_vsix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue