mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-18 10:17:22 +08:00
Rework how conf.py is handled.
Needed to switch due to increasing complexity.
This commit is contained in:
10
user/wscript
10
user/wscript
@@ -8,12 +8,4 @@ def configure(ctx):
|
||||
cmd_configure(ctx)
|
||||
|
||||
def build(ctx):
|
||||
|
||||
sub = {
|
||||
"VERSION": "1.0",
|
||||
"RELEASE": "5.0.0",
|
||||
"DOC": "User Manual",
|
||||
"FILE_DOC": "rtemsmanual",
|
||||
}
|
||||
|
||||
cmd_build(ctx, sub)
|
||||
cmd_build(ctx)
|
||||
|
Reference in New Issue
Block a user