Author: esr
Date: Thu Mar 27 21:38:08 2008
New Revision: 25205

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25205&view=rev
Log:
Document the most recent scons recipe target.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=25205&r1=25204&r2=25205&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Thu Mar 27 21:38:08 2008
@@ -1,7 +1,7 @@
 #
 # SCons build description for the Wesnoth project
 #
-import os, sys, commands, shutil, glob
+import os, sys, commands, shutil
 
 #
 # Build-control options
@@ -69,6 +69,7 @@
     install-wesnothd = install the Wesnoth multiplayer server
     install-campaignd = install the Wesnoth campaign server
     uninstall = uninstall all executables, tools, and servers
+    wesnoth.tgz = make compressed distribution tarball
 
 """ + opts.GenerateHelpText(env))
 conf = Configure(env)


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

Reply via email to