Skip to content

Commit 0b58f17

Browse files
authored
Merge pull request #6385 from TG-Techie/add_make_help_fetch_submodules
Add fetch-modules to main makefile `make help`
2 parents 72807bb + cb2bf41 commit 0b58f17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" \
6161

6262
help:
6363
@echo "Please use \`make <target>' where <target> is one of"
64+
@echo " fetch-submodules to fetch dependencies from submodules, run this right after you clone the repo"
6465
@echo " html to make standalone HTML files"
6566
@echo " dirhtml to make HTML files named index.html in directories"
6667
@echo " singlehtml to make a single large HTML file"

0 commit comments

Comments
 (0)