Use a single top level version number.

Fix the path in the catalogue links to allow prefix testing on a local
disk.

Close #2940.
This commit is contained in:
Chris Johns
2017-03-20 11:42:56 +11:00
parent c2c29d8831
commit 81276042d2
18 changed files with 109 additions and 104 deletions

View File

@@ -9,7 +9,7 @@ path.append(abspath('common'))
import waflib
import waf as docs_waf
version = '4.11 (4.11.2)'
version = '4.11 (branch)'
build_all = ['user',
'rsb',
@@ -29,12 +29,13 @@ def options(opt):
docs_waf.cmd_options(opt)
def configure(conf):
conf.env.VERSION = version
for b in building:
conf.recurse(b)
conf.env['BUILD_FROM_TOP'] = 'yes'
def catalogue(ctx):
docs_waf.xml_catalogue(ctx, building, version)
docs_waf.xml_catalogue(ctx, building)
def coverpage_js(ctx):
js = None