scons_gd/scons/doc/user
2022-10-15 16:06:26 +02:00
..
titlepage Added scons. 2022-10-15 16:06:26 +02:00
actions.xml Added scons. 2022-10-15 16:06:26 +02:00
add-method.xml Added scons. 2022-10-15 16:06:26 +02:00
alias.xml Added scons. 2022-10-15 16:06:26 +02:00
ant.xml Added scons. 2022-10-15 16:06:26 +02:00
build-install.xml Added scons. 2022-10-15 16:06:26 +02:00
builders-built-in.xml Added scons. 2022-10-15 16:06:26 +02:00
builders-commands.xml Added scons. 2022-10-15 16:06:26 +02:00
builders-writing.xml Added scons. 2022-10-15 16:06:26 +02:00
builders.xml Added scons. 2022-10-15 16:06:26 +02:00
caching.xml Added scons. 2022-10-15 16:06:26 +02:00
chtml.xsl Added scons. 2022-10-15 16:06:26 +02:00
command-line.xml Added scons. 2022-10-15 16:06:26 +02:00
cons.pl Added scons. 2022-10-15 16:06:26 +02:00
cover.jpg Added scons. 2022-10-15 16:06:26 +02:00
depends.xml Added scons. 2022-10-15 16:06:26 +02:00
environments.xml Added scons. 2022-10-15 16:06:26 +02:00
epub.css Added scons. 2022-10-15 16:06:26 +02:00
epub.xsl Added scons. 2022-10-15 16:06:26 +02:00
errors.xml Added scons. 2022-10-15 16:06:26 +02:00
example.xml Added scons. 2022-10-15 16:06:26 +02:00
external.xml Added scons. 2022-10-15 16:06:26 +02:00
factories.xml Added scons. 2022-10-15 16:06:26 +02:00
file-removal.xml Added scons. 2022-10-15 16:06:26 +02:00
functions.xml Added scons. 2022-10-15 16:06:26 +02:00
gettext.xml Added scons. 2022-10-15 16:06:26 +02:00
hierarchy.xml Added scons. 2022-10-15 16:06:26 +02:00
html.xsl Added scons. 2022-10-15 16:06:26 +02:00
install.xml Added scons. 2022-10-15 16:06:26 +02:00
java.xml Added scons. 2022-10-15 16:06:26 +02:00
less-simple.xml Added scons. 2022-10-15 16:06:26 +02:00
libraries.xml Added scons. 2022-10-15 16:06:26 +02:00
main.xml Added scons. 2022-10-15 16:06:26 +02:00
make.xml Added scons. 2022-10-15 16:06:26 +02:00
MANIFEST Added scons. 2022-10-15 16:06:26 +02:00
mergeflags.xml Added scons. 2022-10-15 16:06:26 +02:00
misc.xml Added scons. 2022-10-15 16:06:26 +02:00
nodes.xml Added scons. 2022-10-15 16:06:26 +02:00
output.xml Added scons. 2022-10-15 16:06:26 +02:00
parse_flags_arg.xml Added scons. 2022-10-15 16:06:26 +02:00
parseconfig.xml Added scons. 2022-10-15 16:06:26 +02:00
parseflags.xml Added scons. 2022-10-15 16:06:26 +02:00
pdf.xsl Added scons. 2022-10-15 16:06:26 +02:00
preface.xml Added scons. 2022-10-15 16:06:26 +02:00
python.xml Added scons. 2022-10-15 16:06:26 +02:00
README Added scons. 2022-10-15 16:06:26 +02:00
repositories.xml Added scons. 2022-10-15 16:06:26 +02:00
run.xml Added scons. 2022-10-15 16:06:26 +02:00
scanners.xml Added scons. 2022-10-15 16:06:26 +02:00
sconf.xml Added scons. 2022-10-15 16:06:26 +02:00
scons_title.xsl Added scons. 2022-10-15 16:06:26 +02:00
SCons-win32-install-1.jpg Added scons. 2022-10-15 16:06:26 +02:00
SCons-win32-install-2.jpg Added scons. 2022-10-15 16:06:26 +02:00
SCons-win32-install-3.jpg Added scons. 2022-10-15 16:06:26 +02:00
SCons-win32-install-4.jpg Added scons. 2022-10-15 16:06:26 +02:00
scons.css Added scons. 2022-10-15 16:06:26 +02:00
SConstruct Added scons. 2022-10-15 16:06:26 +02:00
separate.xml Added scons. 2022-10-15 16:06:26 +02:00
sideeffect.xml Added scons. 2022-10-15 16:06:26 +02:00
simple.xml Added scons. 2022-10-15 16:06:26 +02:00
tasks.xml Added scons. 2022-10-15 16:06:26 +02:00
tools.xml Added scons. 2022-10-15 16:06:26 +02:00
troubleshoot.xml Added scons. 2022-10-15 16:06:26 +02:00
variables.xml Added scons. 2022-10-15 16:06:26 +02:00
variants.xml Added scons. 2022-10-15 16:06:26 +02:00

# __COPYRIGHT__

When adding a new file, add it to main.xml and MANIFEST.

To build the .xml files from the .in files:
  scons -D BUILDDOC=1 foo.xml
To build the whole PDF doc from this dir, for testing:
  scons -D ../../build/doc/PDF/scons-user.pdf 

Writing examples: here's a simple template.

 <scons_example name="Foo">
   <file name="SConstruct">
    env = Environment()
    print(env.Dump("CC"))
   </file>
 </scons_example>

 <scons_output example="Foo">
    <scons_output_command>scons -Q</scons_output_command>
 </scons_output>