Author: fendrin
Date: Thu Nov 27 16:46:25 2008
New Revision: 31130

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31130&view=rev
Log:
adds a lint-utbs target to the pytools makefile

Modified:
    trunk/data/tools/Makefile

Modified: trunk/data/tools/Makefile
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/Makefile?rev=31130&r1=31129&r2=31130&view=diff
==============================================================================
--- trunk/data/tools/Makefile (original)
+++ trunk/data/tools/Makefile Thu Nov 27 16:46:25 2008
@@ -22,6 +22,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"


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to