We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605fe33 commit 3fc0338Copy full SHA for 3fc0338
Makefile
@@ -27,7 +27,7 @@ check_doc_links: ## Check markdown files for invalid links
27
@echo "$@: OK"
28
29
.PHONY: update_doc_table
30
-update_doc_table: ## Check markdown files for invalid links
+update_doc_table: ## Regenerate the /docs/README.md file
31
@python3 tools/python/update_doc_table.py
32
33
0 commit comments