Spellchecking is no longer an experimental separate mode.

This commit is contained in:
Eric S. Raymond 2008-11-04 23:32:42 +00:00
parent 13f332038c
commit cdf6076a80

View file

@ -19,10 +19,6 @@ lint:
# Check for obsolete WML, broken references, consistency.
./wmllint --dryrun $(MAINLINE) $(UMC)
spellcheck:
# Check for obsolete WML, broken references, consistency.
./wmllint --future --dryrun $(MAINLINE) $(UMC)
unresolved:
@echo "# Report on unresolved macro calls and resource references"
@./wmlscope --unresolved $(MAINLINE) $(UMC)