adds a target lint-low to the Makefile of the pytools

This commit is contained in:
Fabian Müller 2008-11-26 18:59:43 +00:00
parent 17ca42faab
commit 4941b95378

View file

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