# __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 Writing examples: here's a simple template. env = Environment() print env.Dump("CC") scons -Q