Updates to SCons development system admin scripts:
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 4 Oct 2008 00:26:11 +0000 (00:26 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 4 Oct 2008 00:26:11 +0000 (00:26 +0000)
* Add Python 2.6.
* Add recent SCons versions.
* Add pkg-config (used to generate some doc examples).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3548 fdb21ef1-2011-0410-befe-b5e4ea1792b1

bin/install_python.py
bin/install_scons.py
bin/scons_dev_master.py

index 47b97d527d8ff49b29e7e72e18b773a894a816f6..3027c0507256a914f8cc1a9876852a099397884b 100644 (file)
@@ -22,6 +22,7 @@ all_versions = [
     '2.3.7',
     '2.4.5',
     #'2.5.2',
+    '2.6',
 ]
 
 def main(argv=None):
index 8a5c5b77f08f05741be81b9844b00691bb2cc94a..ffb10b703fd5b69d1c3ef34e2b446fcce8d98f14 100644 (file)
@@ -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):
index fc9747c692ead4ef330ccc4db147af200c6bc048..8faa803fa45e79b33e0e9aeb313946b7c0819237 100644 (file)
@@ -50,6 +50,7 @@ DOCUMENTATION_PACKAGES = [
     'docbook-doc',
     'epydoc-doc',
     'gcc-doc',
+    'pkg-config',
     'python-doc',
     'sun-java5-doc',
     'sun-java6-doc',