mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
Update Studio Integration blob and scripts to add a menu item for the local help.
This commit is contained in:
parent
61d1be0cb2
commit
4bfd45b484
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/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…
Reference in New Issue
Block a user