Remove old implementation
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Tue, 19 Jun 2012 16:18:50 -0700
changeset 8916 b59f376c7352
parent 8915 7ad2ae0f57cc
child 8917 ddcacf32e8ab
Remove old implementation
wscript
--- 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