wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth Makefile.am


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth Makefile.am
Date: Fri, 05 Nov 2004 16:20:22 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    04/11/05 21:14:38

Modified files:
        .              : Makefile.am 

Log message:
        fixed --enable-lite for current image location (was only excluding 
sound)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/Makefile.am.diff?tr1=1.17&tr2=1.18&r1=text&r2=text

Patches:
Index: wesnoth/Makefile.am
diff -u wesnoth/Makefile.am:1.17 wesnoth/Makefile.am:1.18
--- wesnoth/Makefile.am:1.17    Fri Nov  5 20:54:31 2004
+++ wesnoth/Makefile.am Fri Nov  5 21:14:38 2004
@@ -5,7 +5,7 @@
 findfilterflags=-name CVS -prune -o -name ".cvs*" -o -name ".\#*" -o -type d
 
 if LITE
-findmoredata=;find images $(findfilterflags) -o -path "images/misc/tutorial*" 
-o -path "images/misc/story*" -o -print
+findmoredata=;find images $(findfilterflags) -o -path 
"images/campaigns/*/story*" -o -path "images/campaigns/*/sotbe*" -o -print
 else
 findmoredata=;find images music $(findfilterflags) -o -print
 endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]