diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-28 12:14:37 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-28 12:14:37 +0000 |
commit | 3908d2e608c958bd6627afae4aab9362f84b6b90 (patch) | |
tree | d97dfa0e8a67ce95c71406a032d4e33ce18be6a6 /LUFA/StudioIntegration/makefile | |
parent | 15fb6351e513a93ceaf8a2f249625437d6d4466c (diff) | |
download | lufa-3908d2e608c958bd6627afae4aab9362f84b6b90.tar.gz lufa-3908d2e608c958bd6627afae4aab9362f84b6b90.tar.bz2 lufa-3908d2e608c958bd6627afae4aab9362f84b6b90.zip |
Add more information on the integrated Help package to the Atmel Studio Getting Started first-run page.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 471ab6dcb..c05a89d3d 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -35,12 +35,12 @@ VSIX_ASSETS := $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png \ VSIX/"[Content_Types].xml" \ VSIX/ASFExplorer.png \ VSIX/ASFWizard.png \ + VSIX/LUFAHelpMenu.png \ VSIX/NewExampleWizard.png \ VSIX/GettingStarted.htm \ Blob/Atmel.Studio.Services.Interfaces.dll \ Blob/LUFA.dll \ - Blob/LUFA.pkgdef \ - + Blob/LUFA.pkgdef MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \ --stringparam chunk.quietly "1" \ --stringparam chunk.section.depth "3" \ |