Author: fendrin
Date: Wed Nov 26 19:59:43 2008
New Revision: 31095

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31095&view=rev
Log:
adds a target lint-low to the Makefile of the pytools

Modified:
    trunk/data/tools/Makefile

Modified: trunk/data/tools/Makefile
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/Makefile?rev=31095&r1=31094&r2=31095&view=diff
==============================================================================
--- trunk/data/tools/Makefile (original)
+++ trunk/data/tools/Makefile Wed Nov 26 19:59:43 2008
@@ -18,6 +18,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"


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

Reply via email to