Add fetch-modules to `make help` for main makefile

This commit is contained in:
Jonah 2022-05-11 23:45:37 -04:00
parent 72807bb6c5
commit cb2bf41be6
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" \
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " fetch-submodules to fetch dependencies from submodules, run this right after you clone the repo"
@echo " html to make standalone HTML files"
@echo " dirhtml to make HTML files named index.html in directories"
@echo " singlehtml to make a single large HTML file"