@@ -554,7 +554,7 @@ spellcheck:
554
554
done ; \
555
555
if test -n " $$ FAILED" ; then \
556
556
echo " =====================================================================" ; \
557
- echo " FAILED automatic spellcheck for the following sources (relative to ` pwd` ): $$ FAILED" ; \
557
+ echo " FAILED automatic spellcheck for the following sources (relative to ` pwd` ) using custom dictionary file ' $( NUT_SPELL_DICT ) ' : $$ FAILED" ; \
558
558
echo " =====================================================================" ; \
559
559
echo " Please 'cd $( abs_top_builddir) && make spellcheck-interactive'" ; \
560
560
echo " to either fix document sources or update the dictionary of accepted" ; \
@@ -601,13 +601,13 @@ spellcheck-interactive:
601
601
FAILED=" $$ FAILED $( SPELLCHECK_SRCDIR) /$$ docsrc" ; \
602
602
done ; \
603
603
if test -n " $$ FAILED" ; then \
604
- echo " FAILED interactive spellcheck for the following sources (relative to ` pwd` ): $$ FAILED" >&2 ; \
604
+ echo " FAILED interactive spellcheck for the following sources (relative to ` pwd` ) using custom dictionary file ' $( NUT_SPELL_DICT ) ' : $$ FAILED" >&2 ; \
605
605
exit 1; \
606
606
fi ; exit 0
607
607
+$(MAKE ) $(AM_MAKEFLAGS ) spellcheck-sortdict
608
608
@echo " ------------------------------------------------------------------------" ; \
609
609
echo " Custom dictionary file $( NUT_SPELL_DICT) may have been updated now." ; \
610
- echo " Use 'git add -p docs/$( NUT_SPELL_DICT) && git checkout -- docs/$( NUT_SPELL_DICT) && make spellcheck-sortdict && git add -p docs/$( NUT_SPELL_DICT) '" ; \
610
+ echo " Use e.g. 'git add -p docs/$( NUT_SPELL_DICT) && git checkout -- docs/$( NUT_SPELL_DICT) && make spellcheck-sortdict && git add -p docs/$( NUT_SPELL_DICT) '" ; \
611
611
echo " to review changes (please DO NOT REMOVE LINES that aspell chose to drop," ; \
612
612
echo " because other systems might not know these words in their system dictionaries)" ; \
613
613
echo " ------------------------------------------------------------------------"
0 commit comments