Skip to content
Snippets Groups Projects
Commit 773b6ae9 authored by Dean Camera's avatar Dean Camera
Browse files

Add generate_help target to the Studio Integration makefile.

parent 3a06ef99
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment