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:00:33 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    04/11/05 20:54:32

Modified files:
        .              : Makefile.am 

Log message:
        removed reference to never-used variable

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

Patches:
Index: wesnoth/Makefile.am
diff -u wesnoth/Makefile.am:1.16 wesnoth/Makefile.am:1.17
--- wesnoth/Makefile.am:1.16    Tue Oct 19 20:48:21 2004
+++ wesnoth/Makefile.am Fri Nov  5 20:54:31 2004
@@ -5,12 +5,12 @@
 findfilterflags=-name CVS -prune -o -name ".cvs*" -o -name ".\#*" -o -type d
 
 if LITE
-findmoredata=;find images $(extrawesnothdatadirs) $(findfilterflags) -o -path 
"images/misc/tutorial*" -o -path "images/misc/story*" -o -print
+findmoredata=;find images $(findfilterflags) -o -path "images/misc/tutorial*" 
-o -path "images/misc/story*" -o -print
 else
-findmoredata=;find images music $(extrawesnothdatadirs) $(findfilterflags) -o 
-print
+findmoredata=;find images music $(findfilterflags) -o -print
 endif
 
-finddata=(cd $(top_srcdir) && find data fonts sounds $(extrawesnothdatadirs) 
$(findfilterflags) -o -print \
+finddata=(cd $(top_srcdir) && find data fonts sounds $(findfilterflags) -o 
-print \
         $(findmoredata) )
 findnoinst=(cd $(top_srcdir) && find utils -name CVS -prune -o -name ".cvs*" 
-o -name ".\#*" -o -type d -o -print && find MANUAL*)
 




reply via email to

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