aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2024-02-28 18:15:40 -0500
committerCarlos O'Donell <carlos@redhat.com>2024-02-28 18:15:40 -0500
commit253c5daa3c4aee938fdcc45dc9f857f570a1e622 (patch)
treecc9664e9e51dae563d3647410d7de169f990cea3 /Makefile
parent8d0dd83cadac25a7df6db8699c5c3c6fe875b6d1 (diff)
downloadcti.coretoolchain.dev-253c5daa3c4aee938fdcc45dc9f857f570a1e622.tar.gz
faq, gov, projects, services, tax: Update all docs.
Added a spell checker via `make spelling` to check spelling. Currently projects/enum.rst is still not spelling clean. Added more faq entries. Reworded governance page. Added projects page to list ongoing projects in CTI. Added services page to list currently provided services. Added TAC section on suggested annual technical audit by the TAC. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0c3cbf..502dafb 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,10 @@ BUILDDIR = build
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+# Run spell checking.
+spelling:
+ @$(SPHINXBUILD) -b spelling -d "$(BUILDDIR)/doctrees" "$(SOURCEDIR)" "$(BUILDDIR)/spelling"
+
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new