added a rule for checking LoW only.

This commit is contained in:
Fabian Müller 2009-04-12 19:25:56 +00:00
parent 1a3179b76b
commit a6837fe4cc

View file

@ -19,6 +19,11 @@ lint:
# Check for obsolete WML, broken references, consistency.
./wmllint --dryrun $(MAINLINE) $(UMC)
lint-low:
# Check for obsolete WML, broken references, consistency.
./wmllint --dryrun $(DATA)/core $(DATA)/campaigns/Legend_of_Wesmere
unresolved:
@echo "# Report on unresolved macro calls and resource references"
@./wmlscope --unresolved $(MAINLINE) $(UMC)