Beef up the sanity-check production for campaign data.
This commit is contained in:
parent
7c34c85c34
commit
4d53bec8d9
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ TOPDIR = ../../data/core ../data/{multiplayer,themes} ../../data/campaigns/*
|
|||
# otherwise the visibility checks aren't going to work right.
|
||||
# UMC = ../../../umc/*
|
||||
|
||||
sanity-check: unresolved check-obsolete
|
||||
|
||||
check-obsolete:
|
||||
# Check for obsolete WML
|
||||
wmllint --dryrun $(TOPDIR) $(UMC)
|
||||
|
||||
unresolved:
|
||||
@echo "# Report on unresolved macro calls and resource references"
|
||||
@./wmlscope --unresolved $(TOPDIR) $(UMC)
|
||||
|
|
Loading…
Add table
Reference in a new issue