|
|
@ -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
|
|
|
|