From 1786d861f5f1c6ed860e3055288eba4bd83c07ca Mon Sep 17 00:00:00 2001
From: Steven Knight <knight@baldmt.com>
Date: Sat, 4 Oct 2008 00:26:11 +0000
Subject: Updates to SCons development system admin scripts: * Add Python 2.6.
 * Add recent SCons versions. * Add pkg-config (used to generate some doc
 examples).

---
 bin/install_python.py   | 1 +
 bin/install_scons.py    | 6 +++++-
 bin/scons_dev_master.py | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/install_python.py b/bin/install_python.py
index 47b97d5..3027c05 100644
--- a/bin/install_python.py
+++ b/bin/install_python.py
@@ -22,6 +22,7 @@ all_versions = [
     '2.3.7',
     '2.4.5',
     #'2.5.2',
+    '2.6',
 ]
 
 def main(argv=None):
diff --git a/bin/install_scons.py b/bin/install_scons.py
index 8a5c5b7..ffb10b7 100644
--- a/bin/install_scons.py
+++ b/bin/install_scons.py
@@ -67,7 +67,11 @@ all_versions = [
     '0.98.3',
     '0.98.4',
     '0.98.5',
-    #'1.0.0',
+    '1.0.0',
+    '1.0.0.d20080826',
+    '1.0.1',
+    '1.0.1.d20080915',
+    '1.0.1.d20081001',
 ]
 
 def main(argv=None):
diff --git a/bin/scons_dev_master.py b/bin/scons_dev_master.py
index fc9747c..8faa803 100644
--- a/bin/scons_dev_master.py
+++ b/bin/scons_dev_master.py
@@ -50,6 +50,7 @@ DOCUMENTATION_PACKAGES = [
     'docbook-doc',
     'epydoc-doc',
     'gcc-doc',
+    'pkg-config',
     'python-doc',
     'sun-java5-doc',
     'sun-java6-doc',
-- 
cgit v0.12