Author: esr
Date: Wed Mar 26 15:13:25 2008
New Revision: 25150

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25150&view=rev
Log:
No need to exclude unused image.

Modified:
    trunk/data/tools/Makefile

Modified: trunk/data/tools/Makefile
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/Makefile?rev=25150&r1=25149&r2=25150&view=diff
==============================================================================
--- trunk/data/tools/Makefile (original)
+++ trunk/data/tools/Makefile Wed Mar 26 15:13:25 2008
@@ -36,8 +36,7 @@
 # So suppress reporting them unused even if they seem to have
 # no references.  2nd and 3rd option cover stuff known to be used in UMC.
 FORCE_USED = --force-used "terrain/" \
-       --force-used "portraits/|images/|attacks/|projectiles/|windmill" \
-       --force-used "undead/blackspell.png"
+       --force-used "portraits/|images/|attacks/|projectiles/|windmill"
 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