Spell check the documentation on GitLab CI/CD
[TortoiseGit.git] / doc / Aspell / aspell.bat.in
blob74c4cec3bb6324e6207e5041985399fbaa313090
1 @echo off
2 rem parameters
3 rem %1 = path to spellcheck executable
4 rem %2 = language
5 rem %3 = name of the file to check
6 rem %4 = name of the logfile
7 echo --- %3 > %4
8 "$XSLTProcPath$\xsltproc.exe" --nonet .\aspell\removetags.xsl %3 | %1 --mode=sgml --encoding=utf-8 --add-extra-dicts=./ASpell/%2.pws --add-extra-dicts=./ASpell/Temp.pws --lang=%2 list check >> %4