mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 18:42:02 +08:00
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:
5
wscript
5
wscript
@@ -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
|
||||
|
Reference in New Issue
Block a user