wscript
changeset 8916 b59f376c7352
parent 8903 204fed372b38
child 8935 2ce1f6bd9f8e
--- a/wscript	Fri Jul 20 17:07:28 2012 -0700
+++ b/wscript	Tue Jun 19 16:18:50 2012 -0700
@@ -1115,19 +1115,6 @@
         steps = ['doxygen', 'sphinx']
         Options.commands = steps + Options.commands
         
-#         # first build doxygen
-# 	bld1 = Context.create_context("build")
-# 	bld1.options = Options.options # provided for convenience
-# 	bld1.cmd = "doxygen"
-# 	bld1.execute()
-
-#         # now build Sphinx stuff
-# 	bld2 = Context.create_context("build")
-# 	bld2.options = Options.options # provided for convenience
-# 	bld2.cmd = "sphinx"
-# 	bld2.execute()
-
-        
     
 def lcov_report(bld):
     env = bld.env