Document the most recent scons recipe target.
This commit is contained in:
parent
97188084ef
commit
73df078a64
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ Available build targets include:
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue