Author: suokko
Date: Sat Aug 23 18:08:37 2008
New Revision: 28883

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28883&view=rev
Log:
* Excluded data/test/ from tarball

Modified:
    trunk/Makefile.am
    trunk/SConstruct
    trunk/data/test/_main.cfg

Modified: trunk/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/Makefile.am?rev=28883&r1=28882&r2=28883&view=diff
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sat Aug 23 18:08:37 2008
@@ -5,7 +5,7 @@
 bin_SCRIPTS =
 
 # Ignore junk -- object files, editor backup files, wmllint backup files.
-findfilterflags=! \( -name .svn -prune -o -name ".\#*" -o -name "*~" -o -name 
"*bak" -o -name 'Makefile' -o -name '*Makefile' -o -type d \)
+findfilterflags=! \( -name .svn -prune -o -name ".\#*" -o -name "*~" -o -name 
"*bak" -o -name 'Makefile' -o -name '*Makefile' -o -type d -o -wholename 
"data/test/*" \)
 
 # List all datafiles, ignoring junk
 finddata=(cd $(top_srcdir) && find data fonts icons images sounds 
$(findfilterflags) -print )

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=28883&r1=28882&r2=28883&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Sat Aug 23 18:08:37 2008
@@ -535,7 +535,7 @@
     def dist_manifest():
         "Get an argument list suitable for passing to a distribution archiver."
         # Start by getting a list of all files under version control
-        lst = commands.getoutput("svn -v status | awk '/^[^?]/ {print 
$4;}'").split()
+        lst = commands.getoutput("svn -v status | grep -v 'data\/test\/.*' | 
awk '/^[^?]/ {print $4;}'").split()
         lst = filter(os.path.isfile, lst)
         return lst
     dist_tarball = env.Tar('wesnoth-${version}.tar.bz2', [])

Modified: trunk/data/test/_main.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/test/_main.cfg?rev=28883&r1=28882&r2=28883&view=diff
==============================================================================
--- trunk/data/test/_main.cfg (original)
+++ trunk/data/test/_main.cfg Sat Aug 23 18:08:37 2008
@@ -5,11 +5,11 @@
 
 #ifdef TEST
 # Load core wml for tests including macros and units
[EMAIL PROTECTED]/}
[EMAIL PROTECTED]
 
 #Load test macros
-{macros/}
+{macros}
 
 #Load test scenarios
-{scenarios/}
+{scenarios}
 #endif


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

Reply via email to