Skip to content

Commit

Permalink
testsuite: spell check doc/*.rst
Browse files Browse the repository at this point in the history
Problem: doc/*.rst files are not spell checked by 'make check'.

Add *.rst to the list of spellcheck targets.
  • Loading branch information
garlick committed Sep 28, 2023
1 parent f459055 commit bac7f35
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions doc/test/spell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -718,3 +718,23 @@ MemoryMax
MemoryLow
MemoryMin
myattr
autotools
cd
debbuild
debian
distros
dockerhub
fluxrm
LLNL
redhat
RHEL
spack
ubuntu
xzf
APIs
HPC
infinitum
OpenMPI
inclusivity
lgplv
png
2 changes: 1 addition & 1 deletion doc/test/spellcheck
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if test $man_base_dir; then
set ${man_base_dir}/man*/*.rst ${man_base_dir}/man*/common/*.rst
set ${man_base_dir}/*.rst ${man_base_dir}/man*/*.rst ${man_base_dir}/man*/common/*.rst
fi

if test $# == 0; then
Expand Down

0 comments on commit bac7f35

Please sign in to comment.