Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58cd92e

Browse files
pilou-Pierre-Louis Bonicoli
authored andcommitted
Check that hunspell is installed (#144)
The check doesn't verify the hunspell dictionary kind.Co-authored-by: Pierre-Louis Bonicoli <pierre-louis.bonicoli@ir5.eu>Reviewed-on:https://git.afpy.org/AFPy/python-docs-fr/pulls/144Co-authored-by: pilou <pierre-louis.bonicoli@libregerbil.fr>Co-committed-by: pilou <pierre-louis.bonicoli@libregerbil.fr>
1 parentf770a90 commit58cd92e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ venv/cpython/.git/HEAD:
110110

111111
.PHONY: ensure_test_prerequisites
112112
ensure_test_prerequisites:
113+
@if! (hunspell -v>/dev/null2>&1);then\
114+
echo"You're missing dependencies please install: hunspell and the fr-toutesvariantes dictionary.";\
115+
echo"The dictionary is available here http://grammalecte.net:8080/dir?ci=tip&name=gc_lang/fr/oxt/Dictionnaires/dictionaries";\
116+
echo"and also included in the hunspell-fr-comprehensive Debian package.";\
117+
exit 1;\
118+
fi
113119
@if! (pospell --help>/dev/null2>&1&& potodo --help>/dev/null2>&1);then\
114120
echo"You're missing dependencies please install:";\
115121
echo"";\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp