File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,16 @@ $(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
-
49
44
# Initialise pico-sdk submodule (and the subnmodules that it uses)
50
45
$(PICO_SDK_DIR ) /CMakeLists.txt $(PICO_SDK_DIR ) /docs/index.h : | $(PICO_SDK_DIR )
51
46
git submodule update --init $(PICO_SDK_DIR )
52
47
git -C $(PICO_SDK_DIR ) submodule update --init
53
48
54
49
# 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 )
52
+
53
+ # Initialise doxygentoasciidoc submodule
55
54
doxygentoasciidoc/__main__.py :
56
55
git submodule update --init doxygentoasciidoc
57
56
You can’t perform that action at this time.
0 commit comments