Author: loonycyborg
Date: Mon Apr 27 13:52:53 2009
New Revision: 35254

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35254&view=rev
Log:
SCons was installing irrelevant files to docdir. Fixed.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=35254&r1=35253&r2=35254&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Mon Apr 27 13:52:53 2009
@@ -477,7 +477,7 @@
 # Now the actual installation productions
 
 env.InstallData("datadir", "wesnoth", map(Dir, installable_subs))
-env.InstallData("docdir",  "wesnoth", Dir("doc/manual"))
+env.InstallData("docdir",  "wesnoth", [Glob("doc/manual/*.html"), 
Dir("doc/manual/styles"), Dir("doc/manual/images")])
 if env["nls"]:
     env.InstallData("localedir", "wesnoth", Dir("translations"))
 


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

Reply via email to