aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 08c65515..6eb3f543 100644
--- a/Makefile
+++ b/Makefile
@@ -144,12 +144,12 @@ docs: $(MKDOCS_YML) Documentation/* Documentation/Flashing/* Documentation/im
docs-deploy: $(MKDOCS_YML) Documentation/* Documentation/Flashing/* Documentation/images/*
$(MKDOCS) gh-deploy -f $(MKDOCS_YML) -d ../site
-# routine check for autogenerated Documentation/README.md
+# routine check to verify documentation
test-md:
@echo ""
- @echo "---- Checking REAMDE.md... ----"
+ @echo "---- Checking documentation... ----"
@echo ""
- @/bin/sh ./scripts/deploy.sh docs_readme
+ @/bin/sh ./scripts/deploy.sh docs
# shell style & linter check (github CI version of shellcheck is more recent than alpine one so the latter may not catch some policies)
test-sh: