File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ JEKYLL_CMD = bundle exec jekyll
26
26
27
27
.DEFAULT_GOAL := html
28
28
29
- .PHONY : clean run_ninja clean_ninja html serve_html clean_html build_doxygen_html clean_doxygen_html build_doxygen_adoc clean_doxygen_adoc fetch_submodules clean_submodules clean_everything
29
+ .PHONY : clean run_ninja clean_ninja html serve_html clean_html build_doxygen_xml clean_doxygen_xml build_doxygen_adoc clean_doxygen_adoc fetch_submodules clean_submodules clean_everything
30
30
31
31
$(BUILD_DIR ) :
32
32
@mkdir -p $@
@@ -54,7 +54,7 @@ $(PICO_EXAMPLES_DIR)/CMakeLists.txt: | $(PICO_SDK_DIR)/CMakeLists.txt $(PICO_EXA
54
54
doxygentoasciidoc/__main__.py :
55
55
git submodule update --init doxygentoasciidoc
56
56
57
- fetch_submodules : $(ALL_SUBMODULE_CMAKELISTS )
57
+ fetch_submodules : $(ALL_SUBMODULE_CMAKELISTS ) doxygentoasciidoc/__main__.py
58
58
59
59
# Get rid of the submodules
60
60
clean_submodules :
@@ -94,7 +94,7 @@ clean_doxygen_adoc:
94
94
if [ -d $( ASCIIDOC_DOXYGEN_DIR) ]; then $( MAKE) clean_ninja; fi
95
95
rm -rf $(ASCIIDOC_DOXYGEN_DIR )
96
96
97
- clean_everything : clean_submodules clean_doxygen_html clean
97
+ clean_everything : clean_submodules clean_doxygen_xml clean
98
98
99
99
# AUTO_NINJABUILD contains all the parts of the ninjabuild where the rules themselves depend on other files
100
100
$(AUTO_NINJABUILD ) : $(SCRIPTS_DIR ) /create_auto_ninjabuild.py $(DOCUMENTATION_INDEX ) $(SITE_CONFIG ) | $(BUILD_DIR )
You can’t perform that action at this time.
0 commit comments