Author: loonycyborg
Date: Sat Apr 5 16:01:53 2008
New Revision: 25574
URL: http://svn.gna.org/viewcvs/wesnoth?rev=25574&view=rev
Log:
- Made scons recipe build only wesnoth and wesnothd by default.
- Made pot-update compile .po files.
Modified:
trunk/SConstruct
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=25574&r1=25573&r2=25574&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Sat Apr 5 16:01:53 2008
@@ -110,7 +110,7 @@
# Omits the 'test' target
all = env.Alias("all", ["wesnoth", "wesnoth_editor", "wesnothd", "campaignd",
"cutter", "exploder"])
-env.Default("all")
+env.Default(["wesnoth", "wesnothd"])
env.TargetSignatures('content')
@@ -976,6 +976,7 @@
)
env.Alias("pot-update", pot)
+ env.Alias("pot-update", "translations")
if "update-po" in COMMAND_LINE_TARGETS or "pot-update" in COMMAND_LINE_TARGETS:
for domain in textdomains:
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits