Author: ivanovic
Date: Sat Apr 26 22:15:52 2008
New Revision: 26141

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26141&view=rev
Log:
add SConscript files to tarball (why has noone said that the testtarball from 
two weeks ago was not working with scons???)

Modified:
    trunk/Makefile.am

Modified: trunk/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/Makefile.am?rev=26141&r1=26140&r2=26141&view=diff
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sat Apr 26 22:15:52 2008
@@ -14,6 +14,8 @@
 # List non-installable utility files
 findnoinst=(cd $(top_srcdir) && find utils $(findfilterflags) -print )
 findnoinst_headers=(cd $(top_srcdir) && find src -name "*.hpp" -print )
+findsconscript=(cd $(top_srcdir) && find . -name "SConscript" -print )
+findsconstruct=(cd $(top_srcdir) && find . -name "SConstruct" -print )
 
 # Find files derived from the manual that should go in a distribution
 finddocdist=(cd $(top_srcdir) && find doc/manual -name "*.html" -o -name 
"*.css" -o -name "*.jpg" -o -name "*.txt")
@@ -146,7 +148,7 @@
 
 dist-hook:
        srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
-       ( $(finddata); $(finddocdist); $(findnoinst); $(findnoinst_headers); 
$(findextrapo) ) | (cd $(top_srcdir) && tar cf - -T -) | (cd $(distdir) && tar 
xf -)
+       ( $(finddata); $(finddocdist); $(findnoinst); $(findnoinst_headers); 
$(findextrapo); $(findsconscript); $(findsconstruct) ) | (cd $(top_srcdir) && 
tar cf - -T -) | (cd $(distdir) && tar xf -)
 
 dist_noinst_DATA = copyright changelog players_changelog SConstruct 
campaign_server.dsp editor.dev editor_gcc4.dev map_editor.dsp server.dev 
server.dsp unit_test.dev wesnothd.dev wesnoth.dev wesnothd_gcc4.dev wesnoth.dsp 
wesnoth.dsw wesnoth_gcc4.dev wesnoth.kdevelop
 


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

Reply via email to