adds a lint-utbs target to the pytools makefile

This commit is contained in:
Fabian Müller 2008-11-27 15:46:25 +00:00
parent 0d734060dd
commit 6d6ba11807

View file

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