summaryrefslogtreecommitdiff
path: root/test/script/check-toc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-12-06 20:26:04 +0000
committerGitHub <noreply@github.com>2018-12-06 20:26:04 +0000
commit3db564f7742360a870679ef6c63361371646fed8 (patch)
treec711e395e69d6a8ca870b2632f5c5861276ef9fb /test/script/check-toc
parentfdd37acc1f381230fc2ed87303e98c7a4daafaad (diff)
parent9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b (diff)
downloadale-3db564f7742360a870679ef6c63361371646fed8.zip
Merge pull request #2061 from hsanson/1910-add-support-for-bibclean-fixer
Add bibclean fixer support
Diffstat (limited to 'test/script/check-toc')
-rwxr-xr-xtest/script/check-toc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/script/check-toc b/test/script/check-toc
index 8e411589..09d794ee 100755
--- a/test/script/check-toc
+++ b/test/script/check-toc
@@ -36,6 +36,7 @@ doc_files="$(/bin/ls -1v doc | grep ^ale- | sed 's/^/doc\//' | paste -sd ' ' -)"
grep -h '\*ale-.*-options\|^[a-z].*\*ale-.*\*$' $doc_files \
| sed 's/^/ /' \
| sed 's/ALE Shell Integration/ALE sh Integration/' \
+ | sed 's/ALE BibTeX Integration/ALE bib Integration/' \
| sed 's/ ALE \(.*\) Integration/\1/' \
| sed 's/ *\*\(..*\)\*$/, \1/' \
| tr '[:upper:]' '[:lower:]' \