Skip to content

Commit 3fc0338

Browse files
authored
Correct description for make update_doc_table (#329)
Signed-off-by: ezinneanne <[email protected]>
1 parent 605fe33 commit 3fc0338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ check_doc_links: ## Check markdown files for invalid links
2727
@echo "$@: OK"
2828

2929
.PHONY: update_doc_table
30-
update_doc_table: ## Check markdown files for invalid links
30+
update_doc_table: ## Regenerate the /docs/README.md file
3131
@python3 tools/python/update_doc_table.py
3232
@echo "$@: OK"
3333

0 commit comments

Comments
 (0)