diff options
author | anatoly techtonik <techtonik@gmail.com> | 2012-11-22 14:42:02 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2012-11-22 14:42:02 (GMT) |
commit | b5cf704972f2b25ba609108351076eb5515fb50d (patch) | |
tree | e9e74f18adb593524bea53dafe735587f961712f /doc | |
parent | b4825b4662c5c41b96b0f2ad07c3cae34681b1f7 (diff) | |
download | SCons-b5cf704972f2b25ba609108351076eb5515fb50d.zip SCons-b5cf704972f2b25ba609108351076eb5515fb50d.tar.gz SCons-b5cf704972f2b25ba609108351076eb5515fb50d.tar.bz2 |
Clean up remnants of Optik module which was removed in
SCons 0.98 (revision 6661c9ea429f by Steven Knight)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/SConscript b/doc/SConscript index 9bf40bc..a3d6fe7 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -544,7 +544,6 @@ else: e = os.path.join('#src', 'engine') manifest_in = File(os.path.join(e, 'MANIFEST.in')).rstr() sources = [x[:-1] for x in open(manifest_in).readlines()] - sources = [x for x in sources if x.find('Optik') == -1] sources = [x for x in sources if x.find('Platform') == -1] sources = [x for x in sources if x.find('Tool') == -1] # XXX |