You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile.am: move spellcheck-interactive into "HIDE FROM AUTOMAKE" block to differentiate the logic, and save newly trusted key words into nut-website.dict.addon [networkupstools/nut#2402]
# HIDE FROM AUTOMAKE # > nut-website.dict.addon.sorted
700
703
# HIDE FROM AUTOMAKE # @test -s nut-website.dict.addon.sorted || { echo "ERROR: $@ for NUT_SPELL_DICT=$< yielded an empty file; we expect some unique words here!" >&2; exit 1; }
701
704
# HIDE FROM AUTOMAKE # @mv -f nut-website.dict.addon.sorted "$(abs_top_srcdir)/nut-website.dict.addon"
705
+
# HIDE FROM AUTOMAKE #
706
+
# HIDE FROM AUTOMAKE #spellcheck-interactive: $(NUT_SPELL_DICT)
707
+
# HIDE FROM AUTOMAKE # @echo "$@ for NUT_SPELL_DICT=$< (NUT_SPELL_DICT_DEBUGTAG=$(NUT_SPELL_DICT_DEBUGTAG))" >&2
708
+
# HIDE FROM AUTOMAKE # cp -f "$(NUT_SPELL_DICT)" "$(NUT_SPELL_DICT).bak-pre-interactive"
0 commit comments