From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- doc/python10/summary.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 doc/python10/summary.xml (limited to 'doc/python10/summary.xml') diff --git a/doc/python10/summary.xml b/doc/python10/summary.xml new file mode 100644 index 0000000..1b09f97 --- /dev/null +++ b/doc/python10/summary.xml @@ -0,0 +1,52 @@ + + + %scons; +]> + +
+Summary + + + + + + This paper has introduced &SCons;, a next-generation build tool + with a modular, embeddable architecture and a direct Python + interface. &SCons; has a global view of the dependencies in a source + tree, uses MD5 signatures to decide if derived files are out of date, + and automatically scans files for dependencies, all of which make &SCons; + builds exceptionally reliable. The &SCons; development methodology has + been described, notable for its emphasis on automated regression + testing to ensure a robust and reliable tool from day one. Several + future directions for &SCons; have also been discussed. + + + +
-- cgit v1.2.3