diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-18 23:18:14 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-18 23:18:14 +0200 |
commit | 773b6ae979ebce76e4857837fd86b42b5e464dd6 (patch) | |
tree | ec8cd5d3a152555b6baac8494a0e69dc3c25c80f /LUFA | |
parent | 3a06ef99e66ea621b866159e385125b88c52d96d (diff) | |
download | lufa-773b6ae979ebce76e4857837fd86b42b5e464dd6.tar.gz lufa-773b6ae979ebce76e4857837fd86b42b5e464dd6.tar.bz2 lufa-773b6ae979ebce76e4857837fd86b42b5e464dd6.zip |
Add generate_help target to the Studio Integration makefile.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index fc11ce8b0..31f419d28 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -98,6 +98,7 @@ $(MSHELP_OUTPUT_XML): $(DOXYGEN_COMBINED_XML) @echo Archiving help content... @cd mshelp && zip ../$(MSHELP_OUTPUT_XML) -q -0 -r *.html *.css images +generate_help: $(MSHELP_OUTPUT_XML) generate_xml: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML) @@ -138,4 +139,4 @@ check_filenames: $(MODULE_OUTPUT_XML) sanity_check: python ProjectGenerator/project_generator.py -b $(LUFA_ROOT)/../ --main-ext-uuid=0e160d5c-e331-48d9-850b-e0387912171b CHECK -.PHONY: all clean generate_xml generate_vsix check_filenames sanity_check +.PHONY: all clean generate_help generate_xml generate_vsix check_filenames sanity_check |