Author: esr
Date: Tue Mar 25 09:50:25 2008
New Revision: 25101
URL: http://svn.gna.org/viewcvs/wesnoth?rev=25101&view=rev
Log:
Document know problems with the scons build.
Modified:
trunk/SConstruct
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=25101&r1=25100&r2=25101&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Tue Mar 25 09:50:25 2008
@@ -661,7 +661,7 @@
env.Install(bindir, 'data/tools/' + tool)
for module in pythonmodules:
env.Install(pythonlib, 'data/tools/wesnoth/' + module)
-for subdir in Split('data fonts icons images sounds translations'):
+for subdir in Split('data fonts icons images sounds'):
env.Install(datadir, subdir)
env.Alias('install', [bindir, datadir, pythonlib])
@@ -680,6 +680,8 @@
#
# 1. We don't yet check for SDL version too old
# 2. We don't check for Ogg Vorbis support in SDL_mixer
+# 3. Translations are not yet installed.
+# 4 Installation craps out with a mysterious "Is a directory" error.
# FIXME tags other problems
# Local variables:
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits