Closed jimklimov closed 2 years ago
These two branches should experiment the new arrangement:
make-spellcheck-interactive
too)Good news: the proposed mechanism works and does not break NUT builds. Bad news: CI spellcheck for nut-website still complains.
Tech got fixed with other changes over time. Not a problem with NUT CI at least.
Dictionary does need an update however, and the spellcheck is not called from build.
Site-publishing job in CI (and the ci_build.sh
script running for non-historic builds) should now check site text spelling too.
Spellcheck jobs on Travis CI keep complaining about words in
nut-website
text files that are covered innut/doc/nut.dict
that is supposedly used. Similar runs on local workstation work without errors.It is possible that the spellcheck related
Makefile
hardcodes a bit too much, so I began experimenting with a more flexible mechanism that could be more easily and reliably hijacked by consumers from other Makefiles (man pages subdir did so etc. already, website now also a focus point).