Skip to content

Commit 5480133

Browse files
update submodule
1 parent a07432e commit 5480133

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,19 @@ $(ASCIIDOC_DOXYGEN_DIR): | $(ASCIIDOC_DIR)
4141
clean: clean_html clean_doxygen_adoc
4242
rm -rf $(BUILD_DIR)
4343

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+
4449
# Initialise pico-sdk submodule (and the subnmodules that it uses)
4550
$(PICO_SDK_DIR)/CMakeLists.txt $(PICO_SDK_DIR)/docs/index.h: | $(PICO_SDK_DIR)
4651
git submodule update --init $(PICO_SDK_DIR)
4752
git -C $(PICO_SDK_DIR) submodule update --init
4853

4954
# 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
5257

5358
fetch_submodules: $(ALL_SUBMODULE_CMAKELISTS)
5459

0 commit comments

Comments
 (0)