mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Update documentation. Lots more is needed before it is finished.
This commit is contained in:
parent
77c68e8d8f
commit
5ba5405362
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@ version = "1.0.0"
|
||||
|
||||
def configure(ctx):
|
||||
ctx.env.ASCIIDOC = ctx.find_program(['asciidoc.py'], mandatory = True)
|
||||
ctx.env.ASCIIDOC_FLAGS = ['-b', 'html', '-a', 'data-uri', '-a', 'icons', '-a', 'max-width=55em-a']
|
||||
ctx.env.ASCIIDOC_FLAGS = ['-b', 'html5', '-a', 'data-uri', '-a', 'icons', '-a', 'max-width=55em-a']
|
||||
|
||||
def build(ctx):
|
||||
ctx(target = 'source-builder.html', source = 'source-builder.txt')
|
||||
|
Loading…
x
Reference in New Issue
Block a user