File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,19 @@ $(ASCIIDOC_DOXYGEN_DIR): | $(ASCIIDOC_DIR)
41
41
clean : clean_html clean_doxygen_adoc
42
42
rm -rf $(BUILD_DIR )
43
43
44
+ # Initialise doxygentoasciidoc submodule
45
+ $(PICO_SDK_DIR ) /CMakeLists.txt $(PICO_SDK_DIR ) /docs/index.h : | $(PICO_SDK_DIR )
46
+ git submodule update --init $(PICO_SDK_DIR )
47
+ git -C $(PICO_SDK_DIR ) submodule update --init
48
+
44
49
# Initialise pico-sdk submodule (and the subnmodules that it uses)
45
50
$(PICO_SDK_DIR ) /CMakeLists.txt $(PICO_SDK_DIR ) /docs/index.h : | $(PICO_SDK_DIR )
46
51
git submodule update --init $(PICO_SDK_DIR )
47
52
git -C $(PICO_SDK_DIR ) submodule update --init
48
53
49
54
# Initialise pico-examples submodule
50
- $( PICO_EXAMPLES_DIR ) /CMakeLists.txt : | $( PICO_SDK_DIR ) /CMakeLists.txt $( PICO_EXAMPLES_DIR )
51
- git submodule update --init $( PICO_EXAMPLES_DIR )
55
+ doxygentoasciidoc/__main__.py :
56
+ git submodule update --init doxygentoasciidoc
52
57
53
58
fetch_submodules : $(ALL_SUBMODULE_CMAKELISTS )
54
59
You can’t perform that action at this time.
0 commit comments