Author: esr
Date: Mon Dec  8 19:43:54 2008
New Revision: 31374

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31374&view=rev
Log:
Suppress fewer unused-images checks, but remove the unused-image check 
from the default test.

Modified:
    trunk/data/tools/Makefile

Modified: trunk/data/tools/Makefile
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/Makefile?rev=31374&r1=31373&r2=31374&view=diff
==============================================================================
--- trunk/data/tools/Makefile (original)
+++ trunk/data/tools/Makefile Mon Dec  8 19:43:54 2008
@@ -13,7 +13,7 @@
 # otherwise the visibility checks aren't going to work right.
 # UMC = ../../../umc*/*
 
-sanity-check: unresolved lint images-unused
+sanity-check: unresolved lint
 
 lint:
        # Check for obsolete WML, broken references, consistency.
@@ -44,7 +44,7 @@
 # So suppress reporting them unused even if they seem to have
 # no references.  2nd option covers stuff known to be used in UMC.
 FORCE_USED = --force-used "terrain/" \
-       --force-used "portraits/|images/|attacks/|projectiles/|windmill"
+       --force-used "images/|attacks/|projectiles/"
 images-unused:
        @echo "# Report on unused images"
        @./wmlscope --crossreference --from images --refcount 0 $(FORCE_USED) 
$(MAINLINE) $(UMC)


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

Reply via email to