Generate ns3_version.js from waf --doxygen
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Tue, 31 Jul 2012 22:09:43 -0700
changeset 8951 a54c38f2d5c4
parent 8950 fb9c51552b43
child 8952 4e4dac2e05ac
Generate ns3_version.js from waf --doxygen
wscript
--- a/wscript	Tue Jul 31 20:20:03 2012 -0700
+++ b/wscript	Tue Jul 31 22:09:43 2012 -0700
@@ -1075,6 +1075,7 @@
     doxygen_config = os.path.join('doc', 'doxygen.conf')
     if subprocess.Popen([env['DOXYGEN'], doxygen_config]).wait():
         raise SystemExit(1)
+    _getVersion()
 
 
 from waflib import Context, Build
@@ -1095,7 +1096,6 @@
 	bld.cmd = "build"
 	bld.execute()
         _doxygen(bld)
-        _getVersion()
 
 from waflib import Context, Build
 class Ns3SphinxContext(Context.Context):